We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3006a72 commit 1b3e523Copy full SHA for 1b3e523
controllers/discord.js
@@ -69,7 +69,7 @@ clientDiscord.on('message', message => {
69
// Set the color of the embed
70
.setColor(0x00ff00)
71
// Set the main content of the embed
72
- .setDescription(`Entra aca para bajarte el juego http://www.ArgentumOnline.org/aoclasico.html`)
+ .setDescription(`Entra aca para bajarte el juego https://argentumonline.org/aoclasico/`)
73
74
// channelAOLibreGeneralDiscord.send(embed)
75
message.reply(embed)
@@ -369,4 +369,4 @@ function sendMessageToDiscordGeneralChannels(message) {
369
channelArgentumServersGeneral.send(message)
370
}
371
372
-module.exports = app;
+module.exports = app;
0 commit comments