1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 22:23:13 +00:00

Fix typing bug

This commit is contained in:
wlinator 2024-03-28 16:18:15 -04:00
parent 496350391f
commit 942b49e01a

View file

@ -28,8 +28,8 @@ class RacuBot(bridge.Bot):
ctx = await self.get_context(message) ctx = await self.get_context(message)
async with ctx.typing(): #async with ctx.typing():
await self.invoke(ctx) await self.invoke(ctx)
@staticmethod @staticmethod
async def get_or_fetch_channel(guild, channel_id): async def get_or_fetch_channel(guild, channel_id):