💵 Invest check
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user