diff --git a/tiamat/tiamat.py b/tiamat/tiamat.py index 2804560..5075732 100644 --- a/tiamat/tiamat.py +++ b/tiamat/tiamat.py @@ -35,7 +35,7 @@ class Tiamat(commands.Cog): await ctx.send(embed=legendary_embed) @commands.command() - def spell(self, ctx, *args): + async def spell(self, ctx, *args): name = '-'.join(args).lower() data = requests.get(f"https://www.dnd5eapi.co/api/spells/{name}").json() if "error" in data: