File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,9 @@ async def setup(self, ctx):
143
143
await categ .edit (position = 0 )
144
144
await ctx .send ('Successfully set up server.' )
145
145
146
- @commands .command ()
146
+ @commands .command (name = 'close' )
147
147
@commands .has_permissions (manage_guild = True )
148
- async def close (self , ctx ):
148
+ async def _close (self , ctx ):
149
149
user_id = int (ctx .channel .topic .split (': ' )[1 ])
150
150
user = self .get_user (user_id )
151
151
await user .send ('A moderator has closed this modmail session.' )
@@ -242,7 +242,7 @@ async def process_modmail(self, message):
242
242
category = categ
243
243
)
244
244
await channel .edit (topic = topic )
245
- await channel .send (embed = self .format_info (author ))
245
+ await channel .send ('@here' , embed = self .format_info (author ))
246
246
await self .send_mail (message , channel )
247
247
248
248
async def on_message (self , message ):
You can’t perform that action at this time.
0 commit comments