Skip to content

Commit

Permalink
pissy
Browse files Browse the repository at this point in the history
  • Loading branch information
nyakase authored Aug 10, 2022
1 parent 2e64fb1 commit db49b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
execute: async function(message, args, util) {
let config = util.apis["ccm-ccm"].config["ccm"];
let config = util.apis["ccm-ccm"].config["@litdevs/bannerfest"];
let cls = util.apis["core-cls"].api;
if(!util.config.owners.includes(message.author.id)) return message.reply(cls.getString("core", "error.permission"));
if(!args[0]) return message.channel.send("use properly pls")
Expand Down

0 comments on commit db49b3b

Please sign in to comment.