Closed PumpkinEater0069 closed 1 year ago
Hi,
Your .env
file should contain
DISCORD_TOKEN=paste-token-here
Well... that's what i did and i am confused about.
I tried to follow your guide but it doesn't work for me
Ensure that the .env
file is in the same directory that you are running cargo run --release
, alternatively, run the command like so:
DISCORD_TOKEN=paste-token-here cargo run release
Hey there. Unfortunately i am having issues to get the Bot running.
It always gets stuck with the discord bot token.
is there any special name i need to give my .env file or what else could be the issue?