aboutsummaryrefslogtreecommitdiff
path: root/commands/util/ticket-create.js
diff options
context:
space:
mode:
authorame <[email protected]>2024-04-22 23:46:32 -0500
committerame <[email protected]>2024-04-22 23:46:32 -0500
commit2afa151657062ce8df30c6ff64878d798189d8ec (patch)
tree0e4e33f6093c38f19256be3755fdb850a6c7fb33 /commands/util/ticket-create.js
parente88415c6d38526c511879ac506ca3a508605ac7c (diff)
long time no commit
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,