diff options
Diffstat (limited to 'code/cogs/tree_sync.py')
-rw-r--r-- | code/cogs/tree_sync.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/code/cogs/tree_sync.py b/code/cogs/tree_sync.py index cdc172d..5050730 100644 --- a/code/cogs/tree_sync.py +++ b/code/cogs/tree_sync.py @@ -6,7 +6,6 @@ class TreeSync(commands.Cog): def __init__(self, bot): self.bot = bot - @commands.command() @commands.dm_only() @commands.is_owner() |