This commit is contained in:
lalanza808 2021-04-16 10:51:40 -07:00 committed by GitHub
parent da774038ab
commit be32eb99fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ def faceflip(bot, trigger):
def ada(bot, trigger): def ada(bot, trigger):
bot.say('DO YOU KNOW WHO I AM?') bot.say('DO YOU KNOW WHO I AM?')
@sopel.module.commands('aids')
def aids(bot, trigger):
bot.say('https://youtu.be/8iZcGnz7WcI?t=59')
@sopel.module.commands('aminorex') @sopel.module.commands('aminorex')
def aminorex(bot, trigger): def aminorex(bot, trigger):
bot.say('if i could replace my wife with a robot... i might seriously think about it') bot.say('if i could replace my wife with a robot... i might seriously think about it')