Skip to content

Commit cc26336

Browse files
committed
Fix typos
1 parent 999f0ba commit cc26336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cogs/misc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
### @package misc
77
#
8-
# Collection of miscellaneus helpers.
8+
# Collection of miscellaneous helpers.
99
#
1010

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

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

0 commit comments

Comments
 (0)