mirror of
https://github.com/hazemKrimi/discord-bot.git
synced 2026-05-01 18:30:25 +00:00
added join and leave commands
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
name: 'leave',
|
||||
description: 'leaves a voice channel',
|
||||
execute: async = (message, voiceChannel, args) => {
|
||||
voiceChannel.leave();
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user