mirror of
https://github.com/arthur-pbty/bot-discord-coins.git
synced 2026-06-03 15:07:20 +02:00
Merge branch 'main' of https://github.com/arthur-pbty/bot-discord-coins
This commit is contained in:
@@ -9,7 +9,10 @@ module.exports = {
|
||||
|
||||
async execute(message, args, client) {
|
||||
message.delete()
|
||||
const msg = args[0]
|
||||
let msg = ""
|
||||
for (let i = 0; i < args.length; i++) {
|
||||
msg += args[i] + ' '
|
||||
}
|
||||
message.channel.send(msg)
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user