This commit is contained in:
nex 2023-01-03 14:49:46 +00:00
parent 9000d43c0f
commit e2b5b02185

View file

@ -415,7 +415,7 @@ class OtherCog(commands.Cog):
blacklist.write(line) blacklist.write(line)
await ctx.respond("Removed domain from blacklist.") await ctx.respond("Removed domain from blacklist.")
domains_matthew = discord.SlashCommandGroup("matthew", "Commands for managing Matthew", parent=domains) domains_matthew = discord.SlashCommandGroup("matthew", "Commands for managing Matthew")
@domains_matthew.command(name="enable") @domains_matthew.command(name="enable")
async def enable_matthew(self, ctx: discord.ApplicationContext): async def enable_matthew(self, ctx: discord.ApplicationContext):