-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.py
More file actions
14 lines (12 loc) · 822 Bytes
/
config.py
File metadata and controls
14 lines (12 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#Discord Configs
token = "123abc"
staff_role = 1 #Staff role: Id of the discord role that will have access to read and write to tickets - Id del ruolo discord che avrà accesso a leggere e scrivere nei ticket
logticket = 1 #Log Ticket: Id of the channel where the logs will be sent - Id del canale dove verranno inviati i log
#Texts Configs
logoticket = "https://avatars.githubusercontent.com/u/79325182?v=4"
authorname = "Server Nome"
ticketcategoryname = "tickets"
embedcolor = 0x13beee #Embed Color: Hex of the color of your embeds (add 0x before the value) https://g.co/kgs/FHysgo- Hex del colore del vostro embed (aggiungi 0x prima del valore) https://g.co/kgs/FHysgo
ticketauthor = "Ticket Bot Exemple"
ticketfooterdev = "github.com/itsmat"
error_dm = "You cannot use this command in private chat!"