Skip to content

Commit 3edb976

Browse files
committed
Update utility.py
1 parent ba312ec commit 3edb976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ async def about(self, ctx):
184184
else:
185185
em.add_field(name='Latency', value=f'{self.bot.latency*1000:.2f} ms')
186186

187-
em.add_field(name='Version', value=f'[`{self.bot.version}`](https://modmail.tk/changelog')
187+
em.add_field(name='Version', value=f'[`{self.bot.version}`](https://modmail.tk/changelog)')
188188
em.add_field(name='Author', value='[`kyb3r`](https://github.com/kyb3r)')
189189

190190
footer = f'Bot ID: {self.bot.user.id}'

0 commit comments

Comments
 (0)