Adjusted Slash Command Scope (#91)

* Update: Slash Command Scope

* Update: version increment
This commit is contained in:
Kevin Dang
2024-07-31 06:19:23 -07:00
committed by GitHub
parent 352d88ee9d
commit 060494e883
7 changed files with 8 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ services:
build: ./ # find docker file in designated path
container_name: discord
restart: always # rebuild container always
image: discord/bot:0.5.6
image: discord/bot:0.5.7
environment:
CLIENT_TOKEN: ${CLIENT_TOKEN}
GUILD_ID: ${GUILD_ID}