mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
fuck u faxon
This commit is contained in:
parent
f012f316c3
commit
25f48092e0
3 changed files with 4 additions and 4 deletions
|
@ -18,6 +18,8 @@ class Report extends Command {
|
|||
}
|
||||
|
||||
async run(message, args, data) {
|
||||
if (message.author.id === "285109105717280768") return message.channel.send({ content: "пошёл нахуй фахон" });
|
||||
|
||||
const repChannel = message.guild.channels.cache.get(data.guild.plugins.reports);
|
||||
if (!repChannel) return message.error("general/report:MISSING_CHANNEL");
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@ class Suggest extends Command {
|
|||
}
|
||||
|
||||
async run(message, args, data) {
|
||||
if (message.author.id === "285109105717280768") return message.channel.send({ content: "пошёл нахуй фахон" });
|
||||
|
||||
const suggChannel = message.guild.channels.cache.get(data.guild.plugins.suggestions);
|
||||
if (!suggChannel) return message.error("general/suggest:MISSING_CHANNEL");
|
||||
|
||||
|
|
|
@ -38,10 +38,6 @@ module.exports = {
|
|||
apiKeys: {
|
||||
// BLAGUE.XYZ: https://blague.xyz/
|
||||
blagueXYZ: "XXXXXXXXXXX",
|
||||
// FORTNITE TRN: https://fortnitetracker.com/site-api
|
||||
fortniteTRN: "XXXXXXXXXXX",
|
||||
// FORTNITE FNBR: https://fnbr.co/api/docs
|
||||
fortniteFNBR: "XXXXXXXXXXX",
|
||||
// DBL: https://discordbots.org/api/docs#mybots
|
||||
dbl: "XXXXXXXXXXX",
|
||||
// AMETHYSTE: https://api.amethyste.moe
|
||||
|
|
Loading…
Reference in a new issue