This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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') |