Automatically disable voice commands if Lavalink is missing
This commit is contained in:
parent
63277d9855
commit
7dbf6fdf2a
14 changed files with 44 additions and 13 deletions
|
@ -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";
|
|
@ -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";
|
|
@ -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";
|
|
@ -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";
|
|
@ -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";
|
|
@ -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";
|
|
@ -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";
|
|
@ -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";
|
|
@ -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";
|
|
@ -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";
|
Loading…
Add table
Add a link
Reference in a new issue