diff --git a/README.md b/README.md index 1a9c5ed..06f3731 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ class Basics(commands.Cog): @commands.command() async def ping(self, ctx: commands.CommandContext) -> None: - await ctx.reply(f"Pong! Gateway Latency: {self.client.latency_ms} ms.") # type: ignore (latency is None during static analysis) + await ctx.reply(f"Pong! Gateway Latency: {self.client.latency_ms} ms.") token = os.getenv("DISCORD_BOT_TOKEN")