Argh! Debugging!

This commit is contained in:
unknown 2023-03-13 18:48:50 +01:00
parent dcc1d96390
commit 88e450ed7f

View File

@ -55,7 +55,7 @@ class Recruitment(commands.Cog):
await self.interactive_application(author)
async def get_guild_id(self, ctx: commands.Context) -> int:
guild_id = await self.config.guild(ctx.guild).guild_id()
guild_id = await self.config.guild(ctx.author.guild).guild_id()
return guild_id
async def is_direct_message(self, ctx: commands.Context) -> bool: