mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 08:40:11 +00:00
Add support for a configuration file.
This commit is contained in:
parent
6794f0ab03
commit
f21fd968fd
9 changed files with 51 additions and 82 deletions
|
|
@ -22,7 +22,7 @@ async def help_root(ctx: CommandContext):
|
|||
|
||||
|
||||
async def invite_link(ctx: CommandContext):
|
||||
client_id = os.environ["CLIENT_ID"]
|
||||
client_id = (await ctx.client.application_info()).id
|
||||
|
||||
permissions = discord.Permissions()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue