You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expects to find GUILD_ID and DISCORD_TOKEN in env variables.
Set them temporarily to env in Windows via powershell:
$env:DISCORD_TOKEN = "xxx"; $env:GUILD_ID = "00112233";