Skip to content

Commit 751467e

Browse files
committed
Update the discord bot name again
Not sure what the second fallback is, but probably one of those. Context: https://irclogs.raku.org/raku/2025-05-25.html#20:47-0001
1 parent 5b1d0dc commit 751467e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Whateverable/Discordable.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ unit role Whateverable::Discordable;
2525
my role FromDiscord is export { }
2626

2727
#| Nick of the discord bridge bot.
28-
my constant DISCORD-BRIDGE = any(discord-raku-bot X~ (_ Xx ^4));
28+
my constant DISCORD-BRIDGE = any(disbot, disbot1, disbot2, disbot11);
2929

3030
#| Unpack messages from the discord bridge and restart processing.
3131
multi method irc-privmsg-channel(ChannelMessage $msg where .nick eq DISCORD-BRIDGE) {

0 commit comments

Comments
 (0)