diff options
Diffstat (limited to 'arthur/exts/fun/remote_command_runner.py')
-rw-r--r-- | arthur/exts/fun/remote_command_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/exts/fun/remote_command_runner.py b/arthur/exts/fun/remote_command_runner.py index cb6bd6d..55b8025 100644 --- a/arthur/exts/fun/remote_command_runner.py +++ b/arthur/exts/fun/remote_command_runner.py @@ -15,7 +15,7 @@ class RemoteCommands(Cog): """Ed is the standard text editor.""" if not ctx.guild: return - if not ctx.bot.is_owner(ctx.author): + if not await ctx.bot.is_owner(ctx.author): await ctx.message.add_reaction("❌") return |