File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -160,17 +160,17 @@ async def changelog(self, ctx):
160
160
p = PaginatorSession (ctx , * changelog .embeds )
161
161
await p .run ()
162
162
163
- @commands .command ()
163
+ @commands .command (aliases = [ 'bot' , 'info' ] )
164
164
@trigger_typing
165
165
async def about (self , ctx ):
166
166
"""Shows information about the bot."""
167
167
em = discord .Embed (color = discord .Color .green (), timestamp = datetime .datetime .utcnow ())
168
- em .set_author (name = 'Mod Mail - Information ' , icon_url = self .bot .user .avatar_url )
168
+ em .set_author (name = 'Mod Mail - About ' , icon_url = self .bot .user .avatar_url )
169
169
em .set_thumbnail (url = self .bot .user .avatar_url )
170
170
171
- em .description = 'This is an open source discord bot made by kyb3r and ' \
172
- 'improved upon suggestions by the users! This bot serves as a means for members to ' \
173
- 'easily communicate with server leadership in an organised manner.'
171
+ em .description = 'This is an open source discord bot that serves ' \
172
+ ' as a means for members to easily communicate with ' \
173
+ ' server leadership in an organised manner.'
174
174
175
175
try :
176
176
async with self .bot .session .get ('https://api.modmail.tk/metadata' ) as resp :
You can’t perform that action at this time.
0 commit comments