Message Blocks for Normal Message Style (#37)

* add: if check for message length

* update: version increment

* update: readme
This commit is contained in:
Kevin Dang
2024-04-07 16:09:27 -07:00
committed by GitHub
parent 2bdc7b8583
commit da1f08a070
5 changed files with 13 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.3.6
image: discord/bot:0.4.0
environment:
CLIENT_TOKEN: ${CLIENT_TOKEN}
GUILD_ID: ${GUILD_ID}