This commit is contained in:
mierenmanz 2021-04-29 13:11:53 +02:00
commit 54b0356a72
2 changed files with 14 additions and 6 deletions

View file

@ -254,6 +254,8 @@ client.on('messageCreate', async (msg: Message) => {
buf += `\n${role.name === '@everyone' ? 'everyone' : role.name}`
}
msg.reply(buf)
} else if (msg.content === '!addrole') {
msg.member?.roles.add('837255383759716362')
} else if (msg.content === '!timer') {
msg.channel.send('3...').then((msg) => {
setTimeout(() => {