Skip to content

Commit

Permalink
refactor: replaced config.default.yml with config.example.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaacky committed Dec 22, 2024
1 parent fb5b912 commit 254fbc9
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 68 deletions.
68 changes: 0 additions & 68 deletions config.default.yml

This file was deleted.

45 changes: 45 additions & 0 deletions config.example.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
guild_id = 111111111111111111

[bot]
token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
prefix = "xxxxxxxxxxxxxx"
status = "your commands!"
log_level = "INFO"
webhook_url = "https://discord.com/api/webhooks/xxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

[database]
"host" = "127.0.0.1"
"user" = "chiya"
"password" = "xxxxxxxxx"
"database" = "chiya"
"url" = "sqlite:///chiya.db?charset=utf8mb4"

[roles]
"staff" = 111111111111111111
"trial" = 111111111111111111

[categories]
"tickets" = 111111111111111111
"moderation" = 111111111111111111
"logs" = 111111111111111111
"development" = 111111111111111111

[channels]
tickets = 111111111111111111
questions = 111111111111111111
moderation = 111111111111111111
ticket_log = 111111111111111111
nitro_log = 111111111111111111
chiya_log = 111111111111111111

[joyboard]
joy_limit = 10
channel_id = 111111111111111111
blacklisted = [111111111111111111, 222222222222222222, 333333333333333333]
timeout = 3

[hl]
timeout = 5

[privatebin]
url = "https://privatebin.net"

0 comments on commit 254fbc9

Please sign in to comment.