mirror of
https://github.com/ION606/selmerBot.git
synced 2026-06-06 07:12:58 +00:00
Transitioned all Misc, audio, Selmer Specific, admin, anime/manga, and inventory commands to Slash Command format. The RSS and reactionrole commands are still broken and all game commands are still in message format due to compications
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { Formatters, MessageEmbed } = require('discord.js');
|
||||
const { Formatters, MessageEmbed, Constants } = require('discord.js');
|
||||
const CoinGecko = require('coingecko-api');
|
||||
const CoinGeckoClient = new CoinGecko();
|
||||
|
||||
@@ -72,5 +72,6 @@ module.exports = {
|
||||
console.error(err);
|
||||
return message.reply("Uh Oh! There's been an error!");
|
||||
}
|
||||
}
|
||||
},
|
||||
options: [{name: 'qeury', description: 'Name or List', type: Constants.ApplicationCommandOptionTypes.STRING, required: true}]
|
||||
}
|
||||
Reference in New Issue
Block a user