Added renaming users and main gw2 accounts
This commit is contained in:
parent
aad07809d2
commit
c4ecb512d7
13 changed files with 172 additions and 22 deletions
|
@ -28,7 +28,7 @@ namespace DiscordBot
|
|||
_slashCommandHandler = new SlashCommandHandler(_client, _httpService);
|
||||
_buttonHandler = new ButtonHandler(_httpService);
|
||||
_selectMenuHandler = new SelectMenuHandler(_httpService);
|
||||
_modalHandler = new ModalHandler(_httpService);
|
||||
_modalHandler = new ModalHandler(_client, _httpService);
|
||||
}
|
||||
|
||||
public async Task InstallCommandsAsync()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue