1
0
mirror of https://github.com/musix-org/musix-oss synced 2025-04-07 22:43:29 +00:00
2020-04-19 23:21:06 +03:00

7 lines
133 B
TypeScript

module.exports = {
name: "setkey",
async execute(msg, args, client) {
msg.channel.send(client.messages.setKeyUsage);
},
};