Merge branch 'dev' into 'master'
Bergseppel approved See merge request aaron-riedel/shbot!15
This commit is contained in:
commit
e5eda00efb
1 changed files with 1 additions and 0 deletions
1
bot.py
1
bot.py
|
@ -77,6 +77,7 @@ async def on_ready():
|
|||
async def on_message(message):
|
||||
if message.author.id == 274197471515639808:
|
||||
await message.add_reaction(bot.get_emoji(844264772110909501))
|
||||
await message.add_reaction(bot.get_emoji(950386969614110770))
|
||||
|
||||
class Confirm(discord.ui.View):
|
||||
def __init__(self):
|
||||
|
|
Loading…
Reference in a new issue