-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from albertsgarde/fix-start-script
Fix start script
- Loading branch information
Showing
2 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +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 | ||
guild_ids = [<ids of servers to run on>] | ||
channel_ids = [<ids of channels within those servers to accept commands from>] | ||
regular_role_ids = [<ids of roles to treat as office regulars>] | ||
admin_role_ids = [<ids of roles to treat as office admins>] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters