We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980097a commit d9f1baeCopy full SHA for d9f1bae
bot.py
@@ -182,7 +182,7 @@ async def disable(self, ctx):
182
if 'User ID:' in str(chan.topic):
183
user_id = int(chan.topic.split(': ')[1])
184
user = self.get_user(user_id)
185
- await user.send('A moderator has closed this modmail session.')
+ await user.send('{ctx.author.name} has closed this modmail session.')
186
await chan.delete()
187
await categ.delete()
188
await ctx.send('Disabled modmail.')
0 commit comments