✨ !log command
This commit is contained in:
@@ -47,6 +47,10 @@ async def on_message(message):
|
|||||||
await message.channel.send(embed = em)
|
await message.channel.send(embed = em)
|
||||||
except:
|
except:
|
||||||
await message.channel.send("Couldn't find help for that command")
|
await message.channel.send("Couldn't find help for that command")
|
||||||
|
|
||||||
|
# Logs whatever you write in the message
|
||||||
|
if message.content.lower().startswith("!log "):
|
||||||
|
funcs.logThis(message.content.lower().replace("!log ",""))
|
||||||
|
|
||||||
# Stops the bot
|
# Stops the bot
|
||||||
elif message.content.lower().startswith("!stop"):
|
elif message.content.lower().startswith("!stop"):
|
||||||
|
|||||||
Reference in New Issue
Block a user