Skip to content

Commit

Permalink
Merge pull request #134 from michaelzhiluo/delete_cope
Browse files Browse the repository at this point in the history
No
  • Loading branch information
rnithin1 authored May 8, 2021
2 parents 5ad35b4 + 0a33ecd commit e185d56
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/discordbot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ async def on_message(self, message):
"!connectfour"
):
await connect4.on_message(self, message)
if "!cope" in msg:
await message.channel.send(
"https://cdn.discordapp.com/attachments/785419328131563530/836033002500522024/michael_cope.mp4"
)

async def on_raw_reaction_add(self, event):
await connect4.on_raw_reaction_add(self, event)
Expand Down

0 comments on commit e185d56

Please sign in to comment.