Skip to content

Commit ed7f58d

Browse files
committed
fix token assignment bug
1 parent b89dac4 commit ed7f58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
#########################################
1919
#
2020
bot = commands.Bot(command_prefix='!') #
21-
TOKEN = os.getenv('DISCORD_TOKEN') #
2221
VERSION = "v0.1-alpha" #
2322
ACTIVITY = discord.Game("!help") #
2423
#
2524
#########################################
2625

2726
load_dotenv()
27+
TOKEN = os.getenv('DISCORD_TOKEN')
2828

2929

3030
@bot.event

0 commit comments

Comments
 (0)