Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nonchris committed Jul 27, 2021
1 parent 999f0ba commit cc26336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cogs/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

### @package misc
#
# Collection of miscellaneus helpers.
# Collection of miscellaneous helpers.
#

class Misc(commands.Cog):
Expand All @@ -27,7 +27,7 @@ async def ping(self, ctx):

await ctx.send(
embed=ut.make_embed(
name='Poll-Bot is available',
name='Bot is available',
value=f'`{round(self.bot.latency * 1000)}ms`')
)

Expand Down

0 comments on commit cc26336

Please sign in to comment.