1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-19 22:11:55 +00:00

Update index.js

This commit is contained in:
MatteZ02 2019-07-31 17:22:36 +03:00
parent e039afb074
commit 4abc7ff3df

View File

@ -333,7 +333,7 @@ ${serverQueue.songs.map(song => `**-** ${song.title}`).join("\n")}
return
}
} else if (msg.content.startsWith('-eval')) {
if (msg.author.id === '360363051792203779') {
if (msg.author.id === '360363051792203779' || msg.author.id === '384002606621655040') {
const args = msg.content.slice(6)
msg.channel.send(eval(args));
return