Skip to content

Commit

Permalink
Add config sample
Browse files Browse the repository at this point in the history
  • Loading branch information
albertsgarde committed Oct 16, 2024
1 parent d720629 commit 762a697
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bot_config.toml.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
bot_token = <your bot token>
database_path = <path to your database file>
guild_ids = [<ids of servers to run on>] # Test server id
channel_ids = [<ids of channels within those servers to accept commands from>] # Test server channel id
regular_role_ids = [<ids of roles to treat as office regulars>] # Test server has no regular roles
admin_role_ids = [<ids of roles to treat as office admins>] # Test server admin role id

0 comments on commit 762a697

Please sign in to comment.