summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2025-08-03 01:55:00 +0300
committerGravatar Uko Kokņevičs2025-08-03 01:55:00 +0300
commitb209d15b90e44f28cf3df1b295803e5173f5a049 (patch)
tree822a72234a24fafc8061750c452a5bbb9b60c877
parentMake the Italian swearing reply the replied-to mesage (diff)
downloadukkobot-b209d15b90e44f28cf3df1b295803e5173f5a049.tar.gz
ukkobot-b209d15b90e44f28cf3df1b295803e5173f5a049.tar.xz
ukkobot-b209d15b90e44f28cf3df1b295803e5173f5a049.zip
Add @crabravebot to the list of allowed inline bots
-rw-r--r--src/main.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.zig b/src/main.zig
index 4a600e0..d534296 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -114,6 +114,7 @@ const allowed_inline_bots = [_]i64{
114 296635833, // @lastfmrobot 114 296635833, // @lastfmrobot
115 473587803, // @LyBot 115 473587803, // @LyBot
116 595898211, // @DeezerMusicBot 116 595898211, // @DeezerMusicBot
117 733460033, // @crabravebot
117 870410041, // @HowGayBot 118 870410041, // @HowGayBot
118 7904498194, // @tanstiktokbot 119 7904498194, // @tanstiktokbot
119}; 120};