add await whoops
This commit is contained in:
parent
615f0cd184
commit
1daa666ee1
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ def setup(bot: bot.Bot):
|
||||||
case _: "7day"
|
case _: "7day"
|
||||||
|
|
||||||
if timeframe == "1day":
|
if timeframe == "1day":
|
||||||
ctx.send(u.error_msg("Daily charts are not yet supported. Sorry!!"))
|
await ctx.send(u.error_msg("Daily charts are not yet supported. Sorry!!"))
|
||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue