mirror of
https://github.com/Sean-S-Wang/christian_crusader_discord.git
synced 2026-01-09 14:37:54 -05:00
Made bot token private, oops
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,6 +1,6 @@
|
||||
# Seans Stuff
|
||||
/.idea
|
||||
bot_token.config
|
||||
BotToken.py
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
0
__init__.py
Normal file
0
__init__.py
Normal file
@@ -1,9 +1,10 @@
|
||||
from discord.ext.commands import Bot
|
||||
from discord import Game
|
||||
import random
|
||||
from BotToken import BotToken
|
||||
|
||||
BOT_PREFIX = ("+")
|
||||
TOKEN = "NTU3NzI5Mjg2MDQ4NzEwNjY5.D3MmEw.aYERBIbNoxcwesqF6tTaxcV_ahg"
|
||||
BOT_PREFIX = "+"
|
||||
TOKEN = BotToken().token
|
||||
|
||||
|
||||
client = Bot(command_prefix=BOT_PREFIX)
|
||||
|
||||
Reference in New Issue
Block a user