From a9d6e1d0f7b265513813adc8107bf3081363875b Mon Sep 17 00:00:00 2001 From: Elmon11 Date: Tue, 24 Nov 2020 20:35:48 +0100 Subject: [PATCH] Update miscellaneous.py --- commands/miscellaneous.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/miscellaneous.py b/commands/miscellaneous.py index 6c36b3e..f8fdaad 100644 --- a/commands/miscellaneous.py +++ b/commands/miscellaneous.py @@ -23,7 +23,7 @@ class Miscellaneous(commands.Cog): await self.bot.logout() return - @is_dev() + @is_tf_developer() @commands.command() async def telnetconfig(self, ctx, *args): em = discord.Embed()