diff options
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/discord.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/commands/discord.txt b/npc/commands/discord.txt index 98786bcfe..9e65fab81 100644 --- a/npc/commands/discord.txt +++ b/npc/commands/discord.txt @@ -78,6 +78,11 @@ OnCall: input .@discord$; if (.@discord$ == "") close; mes ""; + clear; + mesc l("Linking the following Discord account:"); + mesc .@discord$, 1; + mesc l("Is this correct?"); + if (askyesno() == ASK_NO) close; // Run SQL query (will halt execution on dupe) if (.@link) { |