File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ New command and improvements in bot update message interfaces.
14
14
### Changed
15
15
- Update command now shows latest changes directly from the [ CHANGELOG.md] ( https://modmail.tk/ ) in the repo.
16
16
- Auto update messages also show latest changes from repo.
17
-
17
+ - Remove latest changes section from the ` about ` command.
18
18
19
19
# v2.0.6
20
20
Original file line number Diff line number Diff line change @@ -184,11 +184,9 @@ async def about(self, ctx):
184
184
else :
185
185
em .add_field (name = 'Latency' , value = f'{ self .bot .latency * 1000 :.2f} ms' )
186
186
187
- em .add_field (name = 'Version' , value = f'[`{ self .bot .version } `](https://github.com/kyb3r/ modmail/blob/master/bot.py#L25) ' )
187
+ em .add_field (name = 'Version' , value = f'[`{ self .bot .version } `](https://modmail.tk/changelog ' )
188
188
em .add_field (name = 'Author' , value = '[`kyb3r`](https://github.com/kyb3r)' )
189
189
190
- em .add_field (name = 'Latest Updates' , value = await self .bot .get_latest_updates ())
191
-
192
190
footer = f'Bot ID: { self .bot .user .id } '
193
191
194
192
if meta :
You can’t perform that action at this time.
0 commit comments