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:
parent
4abc7ff3df
commit
47cd3e1539
2
index.js
2
index.js
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user