1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-07-07 01:20:48 +00:00

Chore update 3.8

This commit is contained in:
MatteZ02
2020-07-04 22:17:20 +03:00
parent ba3d17bb2a
commit 5a77443df6
11 changed files with 66 additions and 74 deletions

View File

@ -12,6 +12,5 @@ module.exports = {
.setURL(client.config.invite)
.setColor(client.config.embedColor)
msg.channel.send(embed);
msg.channel.send(client.messages.joinSupport + client.config.supportServer);
}
};