💵 Invest check

This commit is contained in:
Nikolaj Danger
2020-08-06 20:38:50 +02:00
parent cb31f3226c
commit d93ab1c915
5 changed files with 36 additions and 4 deletions

View File

@ -5,7 +5,7 @@ from discord.ext import commands
from funcs import logThis, makeFiles
commandPrefix = "!"
client = commands.Bot(command_prefix=commandPrefix)
client = commands.Bot(command_prefix=commandPrefix, case_insensitive=True)
# Logs in
@client.event