Skip to content

Commit 0b471de

Browse files
Exireldgw
andauthored
Update sopel/modules/announce.py
Co-authored-by: dgw <[email protected]>
1 parent b4961a8 commit 0b471de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sopel/modules/announce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
def announce(bot, trigger):
2020
"""Send an announcement to all channels the bot is in"""
2121
for channel in bot.channels:
22-
bot.say('%s' % trigger.group(2), channel)
22+
bot.say(trigger.group(2), channel)
2323
bot.reply('Announce complete.')

0 commit comments

Comments
 (0)