mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-10 12:29:31 +02:00
add timer-cnhager nickname
This commit is contained in:
@@ -18,7 +18,7 @@ namespace DiscordApp.Justice.Interactions
|
||||
[ModalInteraction("newArtCallback")]
|
||||
public async Task newArtModalInteraction(INewArtModal modal)
|
||||
{
|
||||
await DeferAsync(true);
|
||||
|
||||
string name = modal.Name;
|
||||
string maps = modal.MapNumbers;
|
||||
string size = modal.Size;
|
||||
@@ -89,7 +89,7 @@ namespace DiscordApp.Justice.Interactions
|
||||
[ModalInteraction("newBookCallback")]
|
||||
public async Task newBookModalInteraction(INewBookModal modal)
|
||||
{
|
||||
await DeferAsync(true);
|
||||
|
||||
string name = modal.Name;
|
||||
string janre = modal.Janre;
|
||||
string annotation = modal.Annotation;
|
||||
|
||||
Reference in New Issue
Block a user