aboutsummaryrefslogtreecommitdiff
path: root/commands/util/ticket-create.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/util/ticket-create.js')
-rw-r--r--commands/util/ticket-create.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/util/ticket-create.js b/commands/util/ticket-create.js
index 3264568..614af71 100644
--- a/commands/util/ticket-create.js
+++ b/commands/util/ticket-create.js
@@ -4,8 +4,8 @@ let config_loc = __filename+".json"
const { PermissionsBitField, ChannelType } = require('discord.js');
let config = JSON.parse(fs.readFileSync(config_loc))
module.exports = {
- name : "ticket-create",
- command: ["ticket-create"],
+ name : "thread-create",
+ command: ["thread-create"],
mod_only: false,
config:config,
config_loc:config_loc,