|
|
|
@ -245,7 +245,7 @@ async def marry(ctx, member: discord.Member):
|
|
|
|
|
await ctx.send("Awww they waited too long (✖╭╮✖)")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Allows the bot to echo the dm's that it receives
|
|
|
|
|
"""# Allows the bot to echo the dm's that it receives
|
|
|
|
|
@client.event
|
|
|
|
|
async def on_message(message):
|
|
|
|
|
# Checking if the message is not sent in server
|
|
|
|
@ -260,7 +260,7 @@ async def on_message(message):
|
|
|
|
|
channel = client.get_channel(721449922838134876)
|
|
|
|
|
await channel.send(message.content)
|
|
|
|
|
|
|
|
|
|
await client.process_commands(message)
|
|
|
|
|
await client.process_commands(message)"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Bot Event for handling all errors within discord.commands
|
|
|
|
|