diff --git a/jarvis/cogs/admin.py b/jarvis/cogs/admin.py index 3d42863..44e784a 100644 --- a/jarvis/cogs/admin.py +++ b/jarvis/cogs/admin.py @@ -31,7 +31,6 @@ class AdminCog(commands.Cog): @cog_ext.cog_slash( name="ban", description="Ban a user", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="user", @@ -158,7 +157,6 @@ class AdminCog(commands.Cog): @cog_ext.cog_slash( name="unban", description="Unban a user", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="user", @@ -283,7 +281,6 @@ class AdminCog(commands.Cog): base="bans", name="list", description="List bans", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="type", @@ -358,7 +355,6 @@ class AdminCog(commands.Cog): @cog_ext.cog_slash( name="kick", description="Kick a user", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="user", @@ -411,7 +407,6 @@ class AdminCog(commands.Cog): @cog_ext.cog_slash( name="purge", description="Purge messages from channel", - guild_ids=[578757004059738142, 862402786116763668], options=[ create_option( name="amount", @@ -445,7 +440,6 @@ class AdminCog(commands.Cog): @cog_ext.cog_slash( name="mute", description="Mute a user", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="user", @@ -520,7 +514,6 @@ class AdminCog(commands.Cog): @cog_ext.cog_slash( name="unmute", description="Unmute a user", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="user", @@ -591,7 +584,6 @@ class AdminCog(commands.Cog): @cog_ext.cog_slash( name="lock", description="Locks a channel", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="reason", @@ -645,7 +637,6 @@ class AdminCog(commands.Cog): @cog_ext.cog_slash( name="unlock", description="Unlocks a channel", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="channel", @@ -688,7 +679,6 @@ class AdminCog(commands.Cog): base="lockdown", name="start", description="Locks a server", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="reason", @@ -742,7 +732,6 @@ class AdminCog(commands.Cog): base="lockdown", name="end", description="Unlocks a server", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], ) @commands.has_permissions(administrator=True) async def _lockdown_end( @@ -782,7 +771,6 @@ class AdminCog(commands.Cog): @cog_ext.cog_slash( name="warn", description="Warn a user", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="user", @@ -844,7 +832,6 @@ class AdminCog(commands.Cog): @cog_ext.cog_slash( name="warnings", description="Get count of user warnings", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="user", @@ -885,7 +872,6 @@ class AdminCog(commands.Cog): base="roleping", name="block", description="Add a role to the roleping blocklist", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="role", @@ -920,7 +906,6 @@ class AdminCog(commands.Cog): base="roleping", name="allow", description="Remove a role from the roleping blocklist", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="role", @@ -956,7 +941,6 @@ class AdminCog(commands.Cog): base="roleping", name="list", description="List all blocklisted roles", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], ) async def _roleping_list(self, ctx: SlashContext): roles = self.db.jarvis.settings.find_one( @@ -982,7 +966,6 @@ class AdminCog(commands.Cog): base="autopurge", name="add", description="Automatically purge messages after x seconds", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="channel", @@ -1025,7 +1008,6 @@ class AdminCog(commands.Cog): base="autopurge", name="remove", description="Remove an autopurge", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="channel", @@ -1050,7 +1032,6 @@ class AdminCog(commands.Cog): base="autopurge", name="update", description="Update autopurge on a channel", - guild_ids=[418094694325813248, 578757004059738142, 862402786116763668], options=[ create_option( name="channel", diff --git a/jarvis/cogs/autoreact.py b/jarvis/cogs/autoreact.py index a2d49db..4708cdd 100644 --- a/jarvis/cogs/autoreact.py +++ b/jarvis/cogs/autoreact.py @@ -24,7 +24,6 @@ class AutoReactCog(commands.Cog): base="autoreact", name="create", description="Add an autoreact to a channel", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], options=[ create_option( name="channel", @@ -62,7 +61,6 @@ class AutoReactCog(commands.Cog): base="autoreact", name="delete", description="Delete an autoreact from a channel", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], options=[ create_option( name="channel", @@ -87,7 +85,6 @@ class AutoReactCog(commands.Cog): base="autoreact", name="add", description="Add an autoreact emote to an existing autoreact", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], options=[ create_option( name="channel", @@ -154,7 +151,6 @@ class AutoReactCog(commands.Cog): base="autoreact", name="remove", description="Remove an autoreact emote from an existing autoreact", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], options=[ create_option( name="channel", @@ -199,7 +195,6 @@ class AutoReactCog(commands.Cog): base="autoreact", name="list", description="List all autoreacts on a channel", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], options=[ create_option( name="channel", diff --git a/jarvis/cogs/dev.py b/jarvis/cogs/dev.py index 83e51a9..cc1d31e 100644 --- a/jarvis/cogs/dev.py +++ b/jarvis/cogs/dev.py @@ -107,7 +107,6 @@ class DevCog(commands.Cog): @cog_ext.cog_slash( name="hash", description="Hash some data", - guild_ids=[862402786116763668, 578757004059738142], ) async def _hash_slash(self, ctx, method: str, *, data: str = None): await self._hash(ctx, method, data=data) @@ -144,7 +143,6 @@ class DevCog(commands.Cog): @cog_ext.cog_slash( name="uuid", description="Generate a UUID", - guild_ids=[862402786116763668, 578757004059738142], ) async def _uuid_slash(self, ctx, version: str = None, data: str = None): await self._uuid(ctx, version, data) @@ -160,7 +158,6 @@ class DevCog(commands.Cog): @cog_ext.cog_slash( name="objectid", description="Generate an ObjectID", - guild_ids=[862402786116763668, 578757004059738142], ) async def _objectid_slash(self, ctx): await self._objectid(ctx) @@ -176,7 +173,6 @@ class DevCog(commands.Cog): @cog_ext.cog_slash( name="ulid", description="Generate a ULID", - guild_ids=[862402786116763668, 578757004059738142], ) async def _ulid_slash(self, ctx): await self._ulid(ctx) @@ -196,7 +192,6 @@ class DevCog(commands.Cog): @cog_ext.cog_slash( name="uuid2ulid", description="Convert a UUID to a ULID", - guild_ids=[862402786116763668, 578757004059738142], ) async def _uuid2ulid_slash(self, ctx, u: str): await self._uuid2ulid(ctx, u) @@ -216,7 +211,6 @@ class DevCog(commands.Cog): @cog_ext.cog_slash( name="ulid2uuid", description="Convert a ULID to a UUID", - guild_ids=[862402786116763668, 578757004059738142], ) async def _ulid2uuid_slash(self, ctx, u): await self._ulid2uuid(ctx, u) @@ -243,7 +237,6 @@ class DevCog(commands.Cog): @cog_ext.cog_slash( name="encode", description="Encode using the base64 module", - guild_ids=[862402786116763668, 578757004059738142], ) async def _encode_slash(self, ctx, method: str, *, data: str): await self._encode(ctx, method, data) @@ -268,7 +261,6 @@ class DevCog(commands.Cog): @cog_ext.cog_slash( name="decode", description="Decode using the base64 module", - guild_ids=[862402786116763668, 578757004059738142], ) async def _decode_slash(self, ctx, method: str, *, data: str): await self._decode(ctx, method, data) @@ -286,7 +278,6 @@ class DevCog(commands.Cog): @cog_ext.cog_slash( name="cloc", description="Get J.A.R.V.I.S. lines of code", - guild_ids=[862402786116763668, 578757004059738142], ) async def _cloc_slash(self, ctx): await ctx.defer() diff --git a/jarvis/cogs/jokes.py b/jarvis/cogs/jokes.py index 409bb3b..e1deabe 100644 --- a/jarvis/cogs/jokes.py +++ b/jarvis/cogs/jokes.py @@ -131,7 +131,6 @@ class JokeCog(commands.Cog): @cog_ext.cog_slash( name="joke", description="Hear a joke", - guild_ids=[862402786116763668, 578757004059738142], ) async def _joke_slash(self, ctx, id: str = None): await self._joke(ctx, id) diff --git a/jarvis/cogs/settings.py b/jarvis/cogs/settings.py index 7b45d07..88f4e63 100644 --- a/jarvis/cogs/settings.py +++ b/jarvis/cogs/settings.py @@ -31,7 +31,6 @@ class SettingsCog(commands.Cog): base="settings", name="mute", description="Set mute role", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], options=[ create_option( name="role", @@ -51,7 +50,6 @@ class SettingsCog(commands.Cog): base="settings", name="modlog", description="Set modlog channel", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], options=[ create_option( name="channel", @@ -73,7 +71,6 @@ class SettingsCog(commands.Cog): base="settings", name="userlog", description="Set userlog channel", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], options=[ create_option( name="channel", @@ -95,7 +92,6 @@ class SettingsCog(commands.Cog): base="settings", name="massmention", description="Set massmention amount", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], options=[ create_option( name="amount", @@ -115,7 +111,6 @@ class SettingsCog(commands.Cog): base="settings", name="verified", description="Set verified role", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], options=[ create_option( name="role", @@ -135,7 +130,6 @@ class SettingsCog(commands.Cog): base="settings", name="unverified", description="Set unverified role", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], options=[ create_option( name="role", diff --git a/jarvis/cogs/starboard.py b/jarvis/cogs/starboard.py index d803594..68849e2 100644 --- a/jarvis/cogs/starboard.py +++ b/jarvis/cogs/starboard.py @@ -33,7 +33,6 @@ class StarboardCog(commands.Cog): base="starboard", name="list", description="Lists all Starboards", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], ) @commands.has_permissions(administrator=True) async def _list(self, ctx): @@ -52,7 +51,6 @@ class StarboardCog(commands.Cog): base="starboard", name="create", description="Create a starboard", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], options=[ create_option( name="target", @@ -93,7 +91,6 @@ class StarboardCog(commands.Cog): base="starboard", name="delete", description="Delete a starboard", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], options=[ create_option( name="channel", @@ -125,7 +122,6 @@ class StarboardCog(commands.Cog): base="star", name="add", description="Star a message", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], options=[ create_option( name="message", diff --git a/jarvis/cogs/util.py b/jarvis/cogs/util.py index 89e1631..59f8bd0 100644 --- a/jarvis/cogs/util.py +++ b/jarvis/cogs/util.py @@ -25,7 +25,6 @@ class UtilCog(commands.Cog): @cog_ext.cog_slash( name="status", description="Retrieve J.A.R.V.I.S. status", - guild_ids=[862402786116763668, 578757004059738142], ) async def _status(self, ctx): title = "J.A.R.V.I.S. Status" @@ -51,7 +50,6 @@ class UtilCog(commands.Cog): @cog_ext.cog_slash( name="logo", description="Get the current logo", - guild_ids=[862402786116763668, 578757004059738142], ) async def _logo(self, ctx): lo = logo.get_logo(self.config.logo) @@ -60,7 +58,6 @@ class UtilCog(commands.Cog): @cog_ext.cog_slash( name="rcauto", description="Automates robot camo letters", - guild_ids=[862402786116763668, 578757004059738142], options=[ create_option( name="text", diff --git a/jarvis/cogs/verify.py b/jarvis/cogs/verify.py index 3d4caaf..83d4d9f 100644 --- a/jarvis/cogs/verify.py +++ b/jarvis/cogs/verify.py @@ -38,7 +38,6 @@ class VerifyCog(commands.Cog): @cog_ext.cog_slash( name="verify", description="Verify that you've read the rules", - guild_ids=[862402786116763668, 418094694325813248, 578757004059738142], ) async def _verify(self, ctx: SlashContext): await ctx.defer()