You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SimpleTickets created to bring a modernized ease of support to discord. The bot comes customizeable with tons of configuration out of the box. This is a self hosted bot so you do need to host it and keep it maintained. Support can be given on our discord but is not guaranteed.
31
+
32
+
[Installation](#installation) is easy, and you do **NOT** need to know anything about coding! Follow the guide bellow to get a fast and clean installation.
33
+
34
+
- Ticket System Embed with Button
35
+
- Add Command
36
+
- Close Command
37
+
- Rename Command
38
+
- Remove Command
39
+
- Easy Setup
40
+
- Customizeable Config
41
+
- Admin Setup Command
42
+
43
+
# Installation
44
+
45
+
1. Run the **install.bat**
46
+
2. Configure the **config.js**
47
+
3. Run the **start.bat** that was created for you by the install.bat
48
+
49
+
[Discord](https://discord.gg/MfpSxttxCS) Join to ask for support.
50
+
51
+
# Join our Discord!
52
+
53
+
Join the official **Foaf Development [Discord](https://discord.gg/MfpSxttxCS)** to find support, resources, and new updates to all of my products.
prefix: "!",// Required | Prefix to use to run commands
15
+
16
+
adminID: "",// Required | Admin Role ID
17
+
ticketOverwatch: "",// Required | Role ID of role that will overwatch tickets
18
+
supportTeam: "",// Required | Ticket Support Team Role ID
19
+
ticketCategory: "",// Required | ID of Category where tickets are created
20
+
ticketLogs: "",// Required | ID of Channel where tickets are logged to
21
+
22
+
embedTitle: "Server Name Tickets",// Required | Title of the embed where users open tickets
23
+
24
+
logoEnabled: true,
25
+
logoURL: "https://cdn.discordapp.com/attachments/853389464277876747/867948408298696745/512x512.png",// Optional | Link to logo if you leave this blank make sure "logoEnabled" is false
0 commit comments