Added Albrecht Entrati reaction
This commit is contained in:
13
bot.py
13
bot.py
@@ -114,7 +114,9 @@ handlers:list[MessageHandler] = [
|
|||||||
),
|
),
|
||||||
MessageHandler(
|
MessageHandler(
|
||||||
[
|
[
|
||||||
TextCondition("shutup")
|
TextCondition("shutup"),
|
||||||
|
TextCondition("shutthehellup"),
|
||||||
|
TextCondition("shutthefuckup")
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
TextResponse("SILENCE"),
|
TextResponse("SILENCE"),
|
||||||
@@ -155,6 +157,15 @@ handlers:list[MessageHandler] = [
|
|||||||
[
|
[
|
||||||
TextResponse("I'm not a bot.")
|
TextResponse("I'm not a bot.")
|
||||||
]
|
]
|
||||||
|
),
|
||||||
|
MessageHandler(
|
||||||
|
[
|
||||||
|
TextCondition("late")
|
||||||
|
],
|
||||||
|
[
|
||||||
|
TextResponse("https://tenor.com/view/warframe-whispers-in-the-wall-tenno-entrati-1999-gif-16943765476869672917"),
|
||||||
|
EmojiResponse("albrecht_entrati")
|
||||||
|
]
|
||||||
)
|
)
|
||||||
# RandomTrigger(0.5,
|
# RandomTrigger(0.5,
|
||||||
# TextTrigger([
|
# TextTrigger([
|
||||||
|
|||||||
Reference in New Issue
Block a user