remove bergseppel emojis
This commit is contained in:
parent
e5eda00efb
commit
5f8bcf0f93
1 changed files with 5 additions and 5 deletions
10
bot.py
10
bot.py
|
@ -73,11 +73,11 @@ async def on_command_error(ctx, error):
|
||||||
async def on_ready():
|
async def on_ready():
|
||||||
print("Bot ready on Version %s..." % discord.__version__)
|
print("Bot ready on Version %s..." % discord.__version__)
|
||||||
|
|
||||||
@bot.event
|
#@bot.event
|
||||||
async def on_message(message):
|
#async def on_message(message):
|
||||||
if message.author.id == 274197471515639808:
|
# if message.author.id == 274197471515639808:
|
||||||
await message.add_reaction(bot.get_emoji(844264772110909501))
|
# await message.add_reaction(bot.get_emoji(844264772110909501))
|
||||||
await message.add_reaction(bot.get_emoji(950386969614110770))
|
# await message.add_reaction(bot.get_emoji(950386969614110770))
|
||||||
|
|
||||||
class Confirm(discord.ui.View):
|
class Confirm(discord.ui.View):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Reference in a new issue