Skip to content
Permalink
Browse files
Remmembered about my token and how I don't want it public also regene…
…rated the token
  • Loading branch information
peacoc17 committed Nov 23, 2018
1 parent a572d06 commit b9921f28e54b3912ba7d14e0875342976dbd160d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -13,7 +13,7 @@ from discord.utils import get

BOT_PREFIX = ("?")
# token would be where you put your bot's token to join as the client but it's going on github so nah
TOKEN = "NTA1MTA1ODU0NjI2OTIyNTE2.DtAhPQ.r7Lhj6xGVkmTFHeIM0h5KNC3He0"
TOKEN = "ommited"

client = commands.Bot(command_prefix=BOT_PREFIX)
extensions=["Fun","Music","Random","LocationWeather","User","Filter"]

0 comments on commit b9921f2

Please sign in to comment.