Skip to content

Commit 1b3e523

Browse files
authored
Update discord.js
1 parent 3006a72 commit 1b3e523

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

controllers/discord.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ clientDiscord.on('message', message => {
6969
// Set the color of the embed
7070
.setColor(0x00ff00)
7171
// Set the main content of the embed
72-
.setDescription(`Entra aca para bajarte el juego http://www.ArgentumOnline.org/aoclasico.html`)
72+
.setDescription(`Entra aca para bajarte el juego https://argentumonline.org/aoclasico/`)
7373

7474
// channelAOLibreGeneralDiscord.send(embed)
7575
message.reply(embed)
@@ -369,4 +369,4 @@ function sendMessageToDiscordGeneralChannels(message) {
369369
channelArgentumServersGeneral.send(message)
370370
}
371371

372-
module.exports = app;
372+
module.exports = app;

0 commit comments

Comments
 (0)