1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-11-10 02:00:20 +00:00

Update index.js

This commit is contained in:
MatteZ02 2019-07-31 17:36:48 +03:00
parent 4abc7ff3df
commit 47cd3e1539

View File

@ -192,7 +192,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