Automatically disable voice commands if Lavalink is missing

This commit is contained in:
TheEssem 2020-06-27 16:34:31 -05:00
parent 63277d9855
commit 7dbf6fdf2a
14 changed files with 44 additions and 13 deletions

View file

@ -6,4 +6,5 @@ exports.run = async (message) => {
exports.aliases = ["boy", "neutron", "hugh"];
exports.category = 6;
exports.help = "Plays the \"boi\" sound effect";
exports.help = "Plays the \"boi\" sound effect";
exports.requires = "sound";

View file

@ -6,4 +6,5 @@ exports.run = async (message) => {
exports.aliases = ["thud", "vine"];
exports.category = 6;
exports.help = "Plays the Vine boom sound effect";
exports.help = "Plays the Vine boom sound effect";
exports.requires = "sound";

View file

@ -6,4 +6,5 @@ exports.run = async (message) => {
exports.aliases = ["bro"];
exports.category = 6;
exports.help = "Plays the \"bruh\" sound effect";
exports.help = "Plays the \"bruh\" sound effect";
exports.requires = "sound";

View file

@ -5,4 +5,5 @@ exports.run = async (message) => {
};
exports.category = 6;
exports.help = "Plays an explosion sound effect";
exports.help = "Plays an explosion sound effect";
exports.requires = "sound";

View file

@ -6,4 +6,5 @@ exports.run = async (message) => {
exports.aliases = ["notification", "notif"];
exports.category = 6;
exports.help = "Plays a Discord ping sound effect";
exports.help = "Plays a Discord ping sound effect";
exports.requires = "sound";

View file

@ -6,4 +6,5 @@ exports.run = async (message) => {
exports.aliases = ["toot"];
exports.category = 6;
exports.help = "Plays a fart sound effect";
exports.help = "Plays a fart sound effect";
exports.requires = "sound";

View file

@ -6,4 +6,5 @@ exports.run = async (message) => {
exports.aliases = ["openup"];
exports.category = 6;
exports.help = "Plays the \"FBI OPEN UP\" sound effect";
exports.help = "Plays the \"FBI OPEN UP\" sound effect";
exports.requires = "sound";

View file

@ -6,4 +6,5 @@ exports.run = async (message) => {
exports.aliases = ["yougotmail", "youvegotmail", "aol"];
exports.category = 6;
exports.help = "Plays the \"You've got mail\" sound effect";
exports.help = "Plays the \"You've got mail\" sound effect";
exports.requires = "sound";

View file

@ -6,4 +6,5 @@ exports.run = async (message) => {
exports.aliases = ["roblox", "commitdie"];
exports.category = 6;
exports.help = "Plays the Roblox \"oof\" sound";
exports.help = "Plays the Roblox \"oof\" sound";
exports.requires = "sound";

View file

@ -6,4 +6,5 @@ exports.run = async (message) => {
exports.aliases = ["windows", "xp"];
exports.category = 6;
exports.help = "Plays the Windows XP startup sound";
exports.help = "Plays the Windows XP startup sound";
exports.requires = "sound";