From 3e5987b52abf854fccb193d7d0c099db4f63d375 Mon Sep 17 00:00:00 2001 From: Alex <43963205+AHanadsaker@users.noreply.github.com> Date: Sat, 24 Feb 2024 01:07:59 -0600 Subject: [PATCH] Update giveroles.ts --- src/commands/giveroles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/giveroles.ts b/src/commands/giveroles.ts index 1f7c01a..f58f1f2 100644 --- a/src/commands/giveroles.ts +++ b/src/commands/giveroles.ts @@ -190,7 +190,7 @@ export class VerifyCommand extends Command { console.log(roles); await member.roles.add(roles); //Add all roles in the roles[] array - await interaction.editReply({ content: 'Welcome to our Discord, we are glad you are here! **Your roles have been assigned!**', ephemeral: true }); + await interaction.editReply("Welcome to the Miami ARTCC, we are glad you are here! **Your roles have been assigned.**"); return; } }