Add Stark R&D Department to Guild IDs list
This commit is contained in:
parent
111e0eedd6
commit
d2e40a4208
10 changed files with 51 additions and 49 deletions
|
@ -28,7 +28,7 @@ class AdminCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="ban",
|
name="ban",
|
||||||
description="Ban a user",
|
description="Ban a user",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[418094694325813248, 578757004059738142, 862402786116763668],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="user",
|
name="user",
|
||||||
|
@ -153,7 +153,7 @@ class AdminCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="unban",
|
name="unban",
|
||||||
description="Unban a user",
|
description="Unban a user",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[418094694325813248, 578757004059738142, 862402786116763668],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="user",
|
name="user",
|
||||||
|
@ -278,7 +278,7 @@ class AdminCog(commands.Cog):
|
||||||
base="bans",
|
base="bans",
|
||||||
name="list",
|
name="list",
|
||||||
description="List bans",
|
description="List bans",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[418094694325813248, 578757004059738142, 862402786116763668],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="type",
|
name="type",
|
||||||
|
@ -352,7 +352,7 @@ class AdminCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="kick",
|
name="kick",
|
||||||
description="Kick a user",
|
description="Kick a user",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[418094694325813248, 578757004059738142, 862402786116763668],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="user",
|
name="user",
|
||||||
|
@ -405,7 +405,7 @@ class AdminCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="purge",
|
name="purge",
|
||||||
description="Purge messages from channel",
|
description="Purge messages from channel",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[578757004059738142, 862402786116763668],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="amount",
|
name="amount",
|
||||||
|
@ -439,7 +439,7 @@ class AdminCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="mute",
|
name="mute",
|
||||||
description="Mute a user",
|
description="Mute a user",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[418094694325813248, 578757004059738142, 862402786116763668],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="user",
|
name="user",
|
||||||
|
@ -513,7 +513,7 @@ class AdminCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="unmute",
|
name="unmute",
|
||||||
description="Unmute a user",
|
description="Unmute a user",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[418094694325813248, 578757004059738142, 862402786116763668],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="user",
|
name="user",
|
||||||
|
|
|
@ -24,7 +24,7 @@ class AutoReactCog(commands.Cog):
|
||||||
base="autoreact",
|
base="autoreact",
|
||||||
name="create",
|
name="create",
|
||||||
description="Add an autoreact to a channel",
|
description="Add an autoreact to a channel",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="channel",
|
name="channel",
|
||||||
|
@ -57,7 +57,7 @@ class AutoReactCog(commands.Cog):
|
||||||
base="autoreact",
|
base="autoreact",
|
||||||
name="delete",
|
name="delete",
|
||||||
description="Delete an autoreact from a channel",
|
description="Delete an autoreact from a channel",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="channel",
|
name="channel",
|
||||||
|
@ -80,7 +80,7 @@ class AutoReactCog(commands.Cog):
|
||||||
base="autoreact",
|
base="autoreact",
|
||||||
name="add",
|
name="add",
|
||||||
description="Add an autoreact emote to an existing autoreact",
|
description="Add an autoreact emote to an existing autoreact",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="channel",
|
name="channel",
|
||||||
|
@ -142,7 +142,7 @@ class AutoReactCog(commands.Cog):
|
||||||
base="autoreact",
|
base="autoreact",
|
||||||
name="remove",
|
name="remove",
|
||||||
description="Remove an autoreact emote from an existing autoreact",
|
description="Remove an autoreact emote from an existing autoreact",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="channel",
|
name="channel",
|
||||||
|
@ -185,7 +185,7 @@ class AutoReactCog(commands.Cog):
|
||||||
base="autoreact",
|
base="autoreact",
|
||||||
name="list",
|
name="list",
|
||||||
description="List all autoreacts on a channel",
|
description="List all autoreacts on a channel",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="channel",
|
name="channel",
|
||||||
|
|
|
@ -19,7 +19,7 @@ class CTCCog(commands.Cog):
|
||||||
base="ctc2",
|
base="ctc2",
|
||||||
name="about",
|
name="about",
|
||||||
description="CTC2 related commands",
|
description="CTC2 related commands",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _about(self, ctx):
|
async def _about(self, ctx):
|
||||||
await ctx.send("See https://completethecode.com for more information")
|
await ctx.send("See https://completethecode.com for more information")
|
||||||
|
@ -28,7 +28,7 @@ class CTCCog(commands.Cog):
|
||||||
base="ctc2",
|
base="ctc2",
|
||||||
name="pw",
|
name="pw",
|
||||||
description="Guess a password for https://completethecodetwo.cards",
|
description="Guess a password for https://completethecodetwo.cards",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _pw(self, ctx, guess: str):
|
async def _pw(self, ctx, guess: str):
|
||||||
guessed = self.db.ctc2.guesses.find_one({"guess": guess})
|
guessed = self.db.ctc2.guesses.find_one({"guess": guess})
|
||||||
|
|
|
@ -30,7 +30,7 @@ class DbrandCog(commands.Cog):
|
||||||
@cog_ext.cog_subcommand(
|
@cog_ext.cog_subcommand(
|
||||||
base="db",
|
base="db",
|
||||||
name="skin",
|
name="skin",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
description="See what skins are available",
|
description="See what skins are available",
|
||||||
)
|
)
|
||||||
async def _skin(self, ctx):
|
async def _skin(self, ctx):
|
||||||
|
@ -39,7 +39,7 @@ class DbrandCog(commands.Cog):
|
||||||
@cog_ext.cog_subcommand(
|
@cog_ext.cog_subcommand(
|
||||||
base="db",
|
base="db",
|
||||||
name="robotcamo",
|
name="robotcamo",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
description="Get some robot camo. Make Tony Stark proud",
|
description="Get some robot camo. Make Tony Stark proud",
|
||||||
)
|
)
|
||||||
async def _camo(self, ctx):
|
async def _camo(self, ctx):
|
||||||
|
@ -48,7 +48,7 @@ class DbrandCog(commands.Cog):
|
||||||
@cog_ext.cog_subcommand(
|
@cog_ext.cog_subcommand(
|
||||||
base="db",
|
base="db",
|
||||||
name="grip",
|
name="grip",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
description="See devices with Grip support",
|
description="See devices with Grip support",
|
||||||
)
|
)
|
||||||
async def _grip(self, ctx):
|
async def _grip(self, ctx):
|
||||||
|
@ -57,7 +57,7 @@ class DbrandCog(commands.Cog):
|
||||||
@cog_ext.cog_subcommand(
|
@cog_ext.cog_subcommand(
|
||||||
base="db",
|
base="db",
|
||||||
name="contact",
|
name="contact",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
description="Contact support",
|
description="Contact support",
|
||||||
)
|
)
|
||||||
async def _contact(self, ctx):
|
async def _contact(self, ctx):
|
||||||
|
@ -68,7 +68,7 @@ class DbrandCog(commands.Cog):
|
||||||
@cog_ext.cog_subcommand(
|
@cog_ext.cog_subcommand(
|
||||||
base="db",
|
base="db",
|
||||||
name="support",
|
name="support",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
description="Contact support",
|
description="Contact support",
|
||||||
)
|
)
|
||||||
async def _support(self, ctx):
|
async def _support(self, ctx):
|
||||||
|
@ -79,7 +79,7 @@ class DbrandCog(commands.Cog):
|
||||||
@cog_ext.cog_subcommand(
|
@cog_ext.cog_subcommand(
|
||||||
base="db",
|
base="db",
|
||||||
name="orderstat",
|
name="orderstat",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
description="Get your order status",
|
description="Get your order status",
|
||||||
)
|
)
|
||||||
async def _orderstat(self, ctx):
|
async def _orderstat(self, ctx):
|
||||||
|
@ -88,7 +88,7 @@ class DbrandCog(commands.Cog):
|
||||||
@cog_ext.cog_subcommand(
|
@cog_ext.cog_subcommand(
|
||||||
base="db",
|
base="db",
|
||||||
name="orders",
|
name="orders",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
description="Get your order status",
|
description="Get your order status",
|
||||||
)
|
)
|
||||||
async def _orders(self, ctx):
|
async def _orders(self, ctx):
|
||||||
|
@ -97,7 +97,7 @@ class DbrandCog(commands.Cog):
|
||||||
@cog_ext.cog_subcommand(
|
@cog_ext.cog_subcommand(
|
||||||
base="db",
|
base="db",
|
||||||
name="status",
|
name="status",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
description="dbrand status",
|
description="dbrand status",
|
||||||
)
|
)
|
||||||
async def _status(self, ctx):
|
async def _status(self, ctx):
|
||||||
|
@ -106,7 +106,7 @@ class DbrandCog(commands.Cog):
|
||||||
@cog_ext.cog_subcommand(
|
@cog_ext.cog_subcommand(
|
||||||
base="db",
|
base="db",
|
||||||
name="buy",
|
name="buy",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
description="Give us your money!",
|
description="Give us your money!",
|
||||||
)
|
)
|
||||||
async def _buy(self, ctx):
|
async def _buy(self, ctx):
|
||||||
|
@ -115,7 +115,7 @@ class DbrandCog(commands.Cog):
|
||||||
@cog_ext.cog_subcommand(
|
@cog_ext.cog_subcommand(
|
||||||
base="db",
|
base="db",
|
||||||
name="extortion",
|
name="extortion",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
description="(not)extortion",
|
description="(not)extortion",
|
||||||
)
|
)
|
||||||
async def _buy(self, ctx):
|
async def _buy(self, ctx):
|
||||||
|
@ -127,7 +127,7 @@ class DbrandCog(commands.Cog):
|
||||||
base="db",
|
base="db",
|
||||||
name="ship",
|
name="ship",
|
||||||
description="Get shipping information for your country",
|
description="Get shipping information for your country",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
(
|
(
|
||||||
create_option(
|
create_option(
|
||||||
|
|
|
@ -112,7 +112,7 @@ class DevCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="hash",
|
name="hash",
|
||||||
description="Hash some data",
|
description="Hash some data",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _hash_slash(self, ctx, method: str, *, data: str = None):
|
async def _hash_slash(self, ctx, method: str, *, data: str = None):
|
||||||
await self._hash(ctx, method, data=data)
|
await self._hash(ctx, method, data=data)
|
||||||
|
@ -149,7 +149,7 @@ class DevCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="uuid",
|
name="uuid",
|
||||||
description="Generate a UUID",
|
description="Generate a UUID",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _uuid_slash(self, ctx, version: str = None, data: str = None):
|
async def _uuid_slash(self, ctx, version: str = None, data: str = None):
|
||||||
await self._uuid(ctx, version, data)
|
await self._uuid(ctx, version, data)
|
||||||
|
@ -165,7 +165,7 @@ class DevCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="objectid",
|
name="objectid",
|
||||||
description="Generate an ObjectID",
|
description="Generate an ObjectID",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _objectid_slash(self, ctx):
|
async def _objectid_slash(self, ctx):
|
||||||
await self._objectid(ctx)
|
await self._objectid(ctx)
|
||||||
|
@ -181,7 +181,7 @@ class DevCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="ulid",
|
name="ulid",
|
||||||
description="Generate a ULID",
|
description="Generate a ULID",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _ulid_slash(self, ctx):
|
async def _ulid_slash(self, ctx):
|
||||||
await self._ulid(ctx)
|
await self._ulid(ctx)
|
||||||
|
@ -201,7 +201,7 @@ class DevCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="uuid2ulid",
|
name="uuid2ulid",
|
||||||
description="Convert a UUID to a ULID",
|
description="Convert a UUID to a ULID",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _uuid2ulid_slash(self, ctx, u: str):
|
async def _uuid2ulid_slash(self, ctx, u: str):
|
||||||
await self._uuid2ulid(ctx, u)
|
await self._uuid2ulid(ctx, u)
|
||||||
|
@ -221,7 +221,7 @@ class DevCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="ulid2uuid",
|
name="ulid2uuid",
|
||||||
description="Convert a ULID to a UUID",
|
description="Convert a ULID to a UUID",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _ulid2uuid_slash(self, ctx, u):
|
async def _ulid2uuid_slash(self, ctx, u):
|
||||||
await self._ulid2uuid(ctx, u)
|
await self._ulid2uuid(ctx, u)
|
||||||
|
@ -246,7 +246,7 @@ class DevCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="encode",
|
name="encode",
|
||||||
description="Encode using the base64 module",
|
description="Encode using the base64 module",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _encode_slash(self, ctx, method: str, *, data: str):
|
async def _encode_slash(self, ctx, method: str, *, data: str):
|
||||||
await self._encode(ctx, method, data)
|
await self._encode(ctx, method, data)
|
||||||
|
@ -269,7 +269,7 @@ class DevCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="decode",
|
name="decode",
|
||||||
description="Decode using the base64 module",
|
description="Decode using the base64 module",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _decode_slash(self, ctx, method: str, *, data: str):
|
async def _decode_slash(self, ctx, method: str, *, data: str):
|
||||||
await self._decode(ctx, method, data)
|
await self._decode(ctx, method, data)
|
||||||
|
@ -285,7 +285,7 @@ class DevCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="cloc",
|
name="cloc",
|
||||||
description="Get J.A.R.V.I.S. lines of code",
|
description="Get J.A.R.V.I.S. lines of code",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _cloc_slash(self, ctx):
|
async def _cloc_slash(self, ctx):
|
||||||
await ctx.defer()
|
await ctx.defer()
|
||||||
|
|
|
@ -112,7 +112,9 @@ class JokeCog(commands.Cog):
|
||||||
await self._joke(ctx, id)
|
await self._joke(ctx, id)
|
||||||
|
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="joke", description="Hear a joke", guild_ids=[578757004059738142]
|
name="joke",
|
||||||
|
description="Hear a joke",
|
||||||
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _joke_slash(self, ctx, id: str = None):
|
async def _joke_slash(self, ctx, id: str = None):
|
||||||
await self._joke(ctx, id)
|
await self._joke(ctx, id)
|
||||||
|
|
|
@ -31,7 +31,7 @@ class SettingsCog(commands.Cog):
|
||||||
base="settings",
|
base="settings",
|
||||||
name="mute",
|
name="mute",
|
||||||
description="Set mute role",
|
description="Set mute role",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="role",
|
name="role",
|
||||||
|
@ -51,7 +51,7 @@ class SettingsCog(commands.Cog):
|
||||||
base="settings",
|
base="settings",
|
||||||
name="modlog",
|
name="modlog",
|
||||||
description="Set modlog channel",
|
description="Set modlog channel",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="channel",
|
name="channel",
|
||||||
|
@ -73,7 +73,7 @@ class SettingsCog(commands.Cog):
|
||||||
base="settings",
|
base="settings",
|
||||||
name="userlog",
|
name="userlog",
|
||||||
description="Set userlog channel",
|
description="Set userlog channel",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="channel",
|
name="channel",
|
||||||
|
@ -95,7 +95,7 @@ class SettingsCog(commands.Cog):
|
||||||
base="settings",
|
base="settings",
|
||||||
name="massmention",
|
name="massmention",
|
||||||
description="Set massmention amount",
|
description="Set massmention amount",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="amount",
|
name="amount",
|
||||||
|
@ -115,7 +115,7 @@ class SettingsCog(commands.Cog):
|
||||||
base="settings",
|
base="settings",
|
||||||
name="verified",
|
name="verified",
|
||||||
description="Set verified role",
|
description="Set verified role",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="role",
|
name="role",
|
||||||
|
@ -135,7 +135,7 @@ class SettingsCog(commands.Cog):
|
||||||
base="settings",
|
base="settings",
|
||||||
name="unverified",
|
name="unverified",
|
||||||
description="Set unverified role",
|
description="Set unverified role",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="role",
|
name="role",
|
||||||
|
|
|
@ -33,7 +33,7 @@ class StarboardCog(commands.Cog):
|
||||||
base="starboard",
|
base="starboard",
|
||||||
name="list",
|
name="list",
|
||||||
description="Lists all Starboards",
|
description="Lists all Starboards",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
)
|
)
|
||||||
@commands.has_permissions(administrator=True)
|
@commands.has_permissions(administrator=True)
|
||||||
async def _list(self, ctx):
|
async def _list(self, ctx):
|
||||||
|
@ -52,7 +52,7 @@ class StarboardCog(commands.Cog):
|
||||||
base="starboard",
|
base="starboard",
|
||||||
name="create",
|
name="create",
|
||||||
description="Create a starboard",
|
description="Create a starboard",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="target",
|
name="target",
|
||||||
|
@ -90,7 +90,7 @@ class StarboardCog(commands.Cog):
|
||||||
base="starboard",
|
base="starboard",
|
||||||
name="delete",
|
name="delete",
|
||||||
description="Delete a starboard",
|
description="Delete a starboard",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="channel",
|
name="channel",
|
||||||
|
@ -118,7 +118,7 @@ class StarboardCog(commands.Cog):
|
||||||
base="star",
|
base="star",
|
||||||
name="add",
|
name="add",
|
||||||
description="Star a message",
|
description="Star a message",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="message",
|
name="message",
|
||||||
|
|
|
@ -25,7 +25,7 @@ class UtilCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="status",
|
name="status",
|
||||||
description="Retrieve J.A.R.V.I.S. status",
|
description="Retrieve J.A.R.V.I.S. status",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _status(self, ctx):
|
async def _status(self, ctx):
|
||||||
title = "J.A.R.V.I.S. Status"
|
title = "J.A.R.V.I.S. Status"
|
||||||
|
@ -51,7 +51,7 @@ class UtilCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="logo",
|
name="logo",
|
||||||
description="Get the current logo",
|
description="Get the current logo",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _logo(self, ctx):
|
async def _logo(self, ctx):
|
||||||
lo = logo.get_logo(self.config.logo)
|
lo = logo.get_logo(self.config.logo)
|
||||||
|
@ -60,7 +60,7 @@ class UtilCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="rcauto",
|
name="rcauto",
|
||||||
description="Automates robot camo letters",
|
description="Automates robot camo letters",
|
||||||
guild_ids=[578757004059738142],
|
guild_ids=[862402786116763668, 578757004059738142],
|
||||||
options=[
|
options=[
|
||||||
create_option(
|
create_option(
|
||||||
name="text",
|
name="text",
|
||||||
|
|
|
@ -38,7 +38,7 @@ class VerifyCog(commands.Cog):
|
||||||
@cog_ext.cog_slash(
|
@cog_ext.cog_slash(
|
||||||
name="verify",
|
name="verify",
|
||||||
description="Verify that you've read the rules",
|
description="Verify that you've read the rules",
|
||||||
guild_ids=[418094694325813248, 578757004059738142],
|
guild_ids=[862402786116763668, 418094694325813248, 578757004059738142],
|
||||||
)
|
)
|
||||||
async def _verify(self, ctx: SlashContext):
|
async def _verify(self, ctx: SlashContext):
|
||||||
await ctx.defer()
|
await ctx.defer()
|
||||||
|
|
Loading…
Add table
Reference in a new issue