Update bot/useless.py
This commit is contained in:
parent
3960da27ed
commit
be2d9ab27f
|
@ -485,7 +485,7 @@ class Useless(DatabasePlugin):
|
|||
|
||||
%%vampir
|
||||
"""
|
||||
self.bot.action(target, 'https://files.catbox.moe/ma2dfs.png')
|
||||
return 'https://files.catbox.moe/ma2dfs.png'
|
||||
|
||||
@command
|
||||
def hebamme(self, mask: IrcString, target: IrcString, args: Dict):
|
||||
|
@ -494,7 +494,7 @@ class Useless(DatabasePlugin):
|
|||
%%hebamme [<nick>]
|
||||
"""
|
||||
nick = args.get('<nick>', mask.nick)
|
||||
self.bot.action(target, 'macht {0} klar, dass er sich lieber verpissen sollte'.format(nick, nick))
|
||||
self.bot.action(target, 'macht {0} klar, dass er sich lieber verpissen sollte!'.format(nick, nick))
|
||||
|
||||
def husbando_waifu(self, field: str, mask: IrcString, target: IrcString, args: Dict):
|
||||
nick = args.get('<nick>', mask.nick)
|
||||
|
|
Loading…
Reference in New Issue
Block a user