Skip to content

Instantly share code, notes, and snippets.

@Aikoyori
Created August 4, 2020 13:48
Show Gist options
  • Save Aikoyori/207bb3159c078987628cf585315140a5 to your computer and use it in GitHub Desktop.
Save Aikoyori/207bb3159c078987628cf585315140a5 to your computer and use it in GitHub Desktop.
from discord.ext.commands import Bot
with open("token.txt") as fp:
TOKEN = fp.read().strip()
bot = Bot(command_prefix="!")
bot.run(TOKEN)
@azooooooooooo
Copy link

.

@zedxos
Copy link

zedxos commented Dec 17, 2020

.

Bruh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment