Skip to content

Instantly share code, notes, and snippets.

View Harleythetech's full-sized avatar
💻
busy at school at the moment

Harley Harleythetech

💻
busy at school at the moment
View GitHub Profile
@Harleythetech
Harleythetech / CS:GO-on-Arch.log
Created April 1, 2023 14:04
This is a log of CS:GO failing to start due to issues with ELFCLASS32 and 64
GameAction [AppID 730, ActionID 4] : LaunchApp changed task to UpdatingAppInfo with ""
GameAction [AppID 730, ActionID 4] : LaunchApp changed task to ProcessingInstallScript with ""
GameAction [AppID 730, ActionID 4] : LaunchApp changed task to SynchronizingCloud with ""
sh: line 1: xdg-user-dir: command not found
GameAction [AppID 730, ActionID 4] : LaunchApp changed task to SiteLicenseSeatCheckout with ""
GameAction [AppID 730, ActionID 4] : LaunchApp changed task to CreatingProcess with ""
GameAction [AppID 730, ActionID 4] : LaunchApp waiting for user response to CreatingProcess ""
GameAction [AppID 730, ActionID 4] : LaunchApp continues with user response "CreatingProcess"
/bin/sh\0-c\0/home/psxita/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=730 -- /home/psxita/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- '/home/psxita/.local/share/Steam/steamapps/common/Counter-Strike Global Offensive/csgo.sh' -steam -nojoy\0
Game process added : AppID 730 "/home/psxita/.local/share/Steam/ubuntu12_
@Harleythetech
Harleythetech / spotify.js
Created April 13, 2023 16:54
a discord js that pulls the spotify Rich Presence status and a bot replies it back in embed
const { EmbedBuilder, SlashCommandBuilder } = require('discord.js');
const convert = import('parse-ms');
module.exports = {
data: new SlashCommandBuilder()
.setName('spotify')
.setDescription('Displays the currently playing song on Spotify for a given user')
.addUserOption(option =>
option.setName('user')