Skip to content

Commit 0390650

Browse files
committed
Fix typo
1 parent aba9438 commit 0390650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def is_image_url(u, _):
301301

302302
if from_mod:
303303
em.color = self.bot.mod_color
304-
em.set_footer(text=self.config.get('mod_tag', 'Moderator'))
304+
em.set_footer(text=self.bot.config.get('mod_tag', 'Moderator'))
305305
elif note:
306306
em.color = discord.Color.blurple()
307307
else:

0 commit comments

Comments
 (0)