Skip to content

Commit 504357a

Browse files
committed
added new colors and config system
Signed-off-by: Infi <infiziert@protonmail.ch>
1 parent 2ee915e commit 504357a

3 files changed

Lines changed: 165 additions & 128 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,17 @@ All commands start with `<<`. Enter parameters after a space (see below for exam
3636
| NewServer | Generate all color roles on this server | |
3737
| AddColorAllMember | Assigns a random color role to all current members | |
3838
| RemoveAllColors | Removes all color roles from the server | |
39+
| ReloadColors | Add all new colors to your server | |
3940

4041

4142
Example:
4243
`<<NewColor ColorName`
4344

45+
## Adding new Colors
46+
In your config file, you can find a list named “Colors”,
47+
where you can add new colors. Afterwards, use the command `<<ReloadColors`
48+
to create the color role(s).
49+
4450
## Auto Kick
4551
When `var AutoKick` is `true`:
4652

config.yaml

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
BotToken: "YOUR_BOT_TOKEN"
2+
InviteLink: "https://discord.gg/V5vaWwr"
3+
AutoKick: true
4+
SpamChannel: "Channel_ID"
5+
Admins: {
6+
"134750562062303232": "Infi",
7+
"UserID": "Username",
8+
}
9+
Colors: {
10+
"SpringGreen4": 0x008B45,
11+
"LightSlateBlue": 0x8470FF,
12+
"CadetBlue1": 0x98F5FF,
13+
"AquaMarine": 0x7FFFD4,
14+
"Chocolate": 0xD2691E,
15+
"DarkGreen": 0x006400,
16+
"DarkOrange": 0xFF8C00,
17+
"LightSalmon4": 0x8B5742,
18+
"HotPink": 0xFF69B4,
19+
"Wheat": 0xF5DEB3,
20+
"LightGoldenrod": 0xEEDD82,
21+
"Azure3": 0xC1CDCD,
22+
"Cyan": 0x00FFFF,
23+
"Firebrick1": 0xFF3030,
24+
"Tomato": 0xFF6347,
25+
"Orange": 0xFFA500,
26+
"Orchid1": 0xFF83FA,
27+
"DarkGoldenrod1": 0xFFB90F,
28+
"Yellow2": 0xEEEE00,
29+
"MediumTurquoise": 0x48D1CC,
30+
"Aquamarine3": 0x66CDAA,
31+
"Burlywood3": 0xCDAA7D,
32+
"Khaki3": 0xCDC673,
33+
"LightBlue": 0x7289DA,
34+
"AstolfoHair": 0xFED5DB,
35+
"YuzuHair": 0xF7E3C0,
36+
"ZeonRed": 0xC22F50,
37+
"NatsumeHair": 0xE67E95,
38+
"HoloHair": 0xD58138,
39+
"ChthollyBlue": 0x4C82C2,
40+
"ChthollyRed": 0xE2455A,
41+
"Gold": 0xFFD700,
42+
"DarkSeaGreen": 0x8FBC8F,
43+
"RemHair": 0xAFD7FC,
44+
"RamHair": 0xF5A2B4,
45+
"VerySoftGreen": 0xC8E6A0,
46+
"GreenCrystal": 0x8CB86E,
47+
"Sapphire": 0x0F52BA,
48+
"Ruby": 0xE0115F,
49+
"Diamond": 0xB9F2FF,
50+
"PlumPurple": 0xDDA0DD,
51+
"Fuchsia": 0xFF00FF,
52+
"ZeroTwo": 0xEAAFCF,
53+
"Ichigo": 0x0061A8,
54+
"Miku": 0xC07067,
55+
"Kunou": 0xFFE9B9,
56+
"Rias": 0xE43941,
57+
"Asia": 0xFDFEBA,
58+
"ArcticBlue": 0x78ADC2,
59+
"Crimson": 0xDC143C,
60+
}

0 commit comments

Comments
 (0)