feat(owner): co owners yayy

This commit is contained in:
neoarz
2025-10-14 17:24:41 -04:00
parent 372e1e45a3
commit 9e135d29d8
6 changed files with 73 additions and 14 deletions

2
bot.py
View File

@@ -214,7 +214,7 @@ class DiscordBot(commands.Bot):
split = full_command_name.split(" ")
executed_command = str(split[0])
if executed_command.lower() == "shutdown":
if executed_command.lower() in ["shutdown", "say", "embed"]:
return
if context.guild is not None: