We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c3737 commit a842087Copy full SHA for a842087
cogs/general.py
@@ -120,7 +120,6 @@ async def serverinfo(self, context: SlashContext):
120
@cog_ext.cog_slash(
121
name="ping",
122
description="Check if the bot is alive.",
123
- guild_ids=[909709618681364531]
124
)
125
@checks.not_blacklisted()
126
async def ping(self, context: SlashContext):
0 commit comments