Update main.py
This commit is contained in:
parent
f3b1ac1afc
commit
56a4dee7ac
3
main.py
3
main.py
@ -4,8 +4,7 @@ from AntiScam import AntiScam
|
||||
whitelist = [] # Here you can add the IDs of the users allowed to bypass the AntiScam system.
|
||||
logs_channel = None # Here you can add the ID of the channel where the logs will be sent.
|
||||
|
||||
bot = commands.Bot(command_prefix='>')
|
||||
bot.remove_command('help') # Remove this line if you want to use the help command.
|
||||
bot = discord.Bot()
|
||||
|
||||
@bot.event()
|
||||
async def on_message(message):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user