Skip to content

Commit

Permalink
Merge pull request #24 from albertsgarde/fix-start-script
Browse files Browse the repository at this point in the history
Fix start script
  • Loading branch information
albertsgarde authored Oct 16, 2024
2 parents 50001fb + b3ff4ea commit 96a7d0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .bot_config.toml.sample
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>]
3 changes: 1 addition & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ fi
source .venv/bin/activate
python -m pip install uv
uv sync
source .env
uv run eadk_discord
export EADK_DISCORD_CONFIG_PATH=.bot_config.toml && uv run eadk_discord

0 comments on commit 96a7d0f

Please sign in to comment.