Argh! Debugging!
This commit is contained in:
parent
dcc1d96390
commit
88e450ed7f
@ -55,7 +55,7 @@ class Recruitment(commands.Cog):
|
|||||||
await self.interactive_application(author)
|
await self.interactive_application(author)
|
||||||
|
|
||||||
async def get_guild_id(self, ctx: commands.Context) -> int:
|
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
|
return guild_id
|
||||||
|
|
||||||
async def is_direct_message(self, ctx: commands.Context) -> bool:
|
async def is_direct_message(self, ctx: commands.Context) -> bool:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user