Skip to content

Commit fb557c0

Browse files
authored
Merge pull request #12 from CapituloJaverianoACM/develop
Develop
2 parents 2f7ec9c + 5937281 commit fb557c0

File tree

7 files changed

+1297
-120
lines changed

7 files changed

+1297
-120
lines changed

src/commands/announce.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async function execute(interaction: any) {
5151
| ColorResolvable
5252
| undefined;
5353
const doPing = interaction.options.getBoolean('ping') ?? false;
54-
const pingRole = doPing ? cfg.roles.eventPing : undefined;
54+
const pingRole = doPing ? cfg.roles.notificacionesGenerales : undefined;
5555

5656
const embed = buildEmbed({ title, description: message, color });
5757
try {

src/commands/event.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async function execute(interaction: any) {
8989
if (!cfg?.channels.announcements) {
9090
return interaction.reply({ content: 'Configura canal de anuncios en /setup.', flags: 1 << 6 });
9191
}
92-
const pingRole = cfg.roles.eventPing;
92+
const pingRole = cfg.roles.notificacionesGenerales;
9393
const doPing = interaction.options.getBoolean('ping') ?? false;
9494

9595
const sub = interaction.options.getSubcommand();

0 commit comments

Comments
 (0)