all repos — simple-discord-music-bot @ 394cdf4f8bb25b2fdc6eb4a21d67aa1b4bff9db8

A Discord bot making use of discord.js and play-yt.

bugfix
Bi-Rabittoh andronacomarco@gmail.com
Mon, 23 Jan 2023 21:46:34 +0100
commit

394cdf4f8bb25b2fdc6eb4a21d67aa1b4bff9db8

parent

acb0e8e5e1fdb917e94a549726e93ad068837575

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M commands/stop.jscommands/stop.js

@@ -1,4 +1,5 @@

const { SlashCommandBuilder } = require("discord.js"); +const { getChannel } = require("../functions/music"); module.exports = { data: new SlashCommandBuilder()