Small Fix
This commit is contained in:
parent
6781e22b2b
commit
2cf43e938f
2
akuma.py
2
akuma.py
@ -5,7 +5,7 @@ from discord.ext import commands
|
||||
#config file
|
||||
c = json.load(open("settings.json", "r"))
|
||||
#The Bot itself
|
||||
bot = commands.Bot(description=c["description"], command_prefix=c["prefix"], pm_help=c["pmHelp"])
|
||||
bot = commands.Bot(description=c["description"], command_prefix=c["prefix"])
|
||||
|
||||
#Function to write changed config to JSON file
|
||||
def writeJSON(data):
|
||||
|
Loading…
x
Reference in New Issue
Block a user