Events
Simple events you can implement into rise
@Rise.event
async def on_message_delete(message):
print(f"{CmdColor}{message.author.name} deleted this: " + str(message.content))Last updated
Was this helpful?
Simple events you can implement into rise
@Rise.event
async def on_message_delete(message):
print(f"{CmdColor}{message.author.name} deleted this: " + str(message.content))Last updated
Was this helpful?
Was this helpful?