Skip to content

Commit 78f2619

Browse files
committed
feat(env, config): update env and config
1 parent 5e950a1 commit 78f2619

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

config.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ prefix = "t."
77
[github]
88
owner = "JadenLabs"
99
name = "Taiga"
10-
commits_per_page = 9
10+
commits_per_page = 10
1111

1212
[ids]
1313
sudo_users = [
1414
1027380375028244551, # roc.py - lead dev
1515
]
16-
home_guild = 0 # 1190449108415152199 - taiga supremacy
16+
home_guild = 1190449108415152199 # taiga supremacy
1717

1818
[colors]
1919
primary = 0xE7C7EF
@@ -23,14 +23,12 @@ success = 0x00D355
2323
error = 0xDF0043
2424

2525
[emojis]
26-
# Core emojis
2726
arrow_right = "<:arrow_right:1268049170267373589>"
2827
chat = "<:chat:1268049281051525164>"
2928
dns = "<:dns:1268049301620265011>"
3029
true = "<:true:1268049349145788540>"
3130
false = "<:false:1268049317520740394>"
3231
ping = "<:ping:1268049331064143924>"
33-
# Taiga emojis
3432
fish = "🐟"
3533
heart = "<:heart:1276311384250122353>"
3634
beans = "<:beans:1276307198338797609>"

example.env

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
BOT_TOKEN=""
1+
BOT_TOKEN=""
2+
MONGO_URI=""

0 commit comments

Comments
 (0)