|
@ -17,7 +17,6 @@ bot = commands.Bot(command_prefix=".", intents=discord.Intents.default(), |
|
|
To add your token create a .env file in the top directory and add the following contents: |
|
|
To add your token create a .env file in the top directory and add the following contents: |
|
|
|
|
|
|
|
|
BOT_TOKEN={Paste your token here} |
|
|
BOT_TOKEN={Paste your token here} |
|
|
|
|
|
|
|
|
""" |
|
|
""" |
|
|
|
|
|
|
|
|
token = config("BOT_TOKEN") |
|
|
token = config("BOT_TOKEN") |
|
|