mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Add customization of invite link client ID. Closes #77.
This commit is contained in:
parent
e66c815295
commit
5d15a973f1
2 changed files with 7 additions and 4 deletions
|
|
@ -3,5 +3,6 @@ namespace PluralKit.Bot
|
|||
public class BotConfig
|
||||
{
|
||||
public string Token { get; set; }
|
||||
public ulong? ClientId { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue