aboutsummaryrefslogtreecommitdiffstats
path: root/arthur/exts/fun/numbers.py
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-04-15 22:42:38 +0100
committerGravatar Chris Lovering <[email protected]>2025-04-15 22:42:38 +0100
commitacb0bc4da42b2abdeb8528cb41b97f6be65887eb (patch)
tree049681016b46babb35ab64f56c2cce5c87eae100 /arthur/exts/fun/numbers.py
parentAdd numbers command to run a tts (diff)
Await async functions
Diffstat (limited to 'arthur/exts/fun/numbers.py')
-rw-r--r--arthur/exts/fun/numbers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/exts/fun/numbers.py b/arthur/exts/fun/numbers.py
index 90c0551..906aaf7 100644
--- a/arthur/exts/fun/numbers.py
+++ b/arthur/exts/fun/numbers.py
@@ -65,7 +65,7 @@ class Numbers(commands.GroupCog):
if not ctx.guild or not ctx.guild.voice_client:
return
- if not ctx.bot.is_owner(ctx.author):
+ if not await ctx.bot.is_owner(ctx.author):
await ctx.message.add_reaction("❌")
return