Releases: SSPS-KB/workshop-bot
Releases · SSPS-KB/workshop-bot
workshop-bot v0.4.2
[0.4.2]
- Register /fr command on start
- Bigger Trnka image <3
workshop-bot v0.4.1
workshop-bot v0.4.0
[0.4.0]
- Add /amimir command
- Add /fr command
- Add a /windont command
workshop-bot v0.3.3
workshop-bot v0.3.2
workshop-bot v0.3.1
[0.3.1]
- Fixed deploy CI
- 7db5400 ci: fx deploy ci on 2023-02-09
workshop-bot v0.3.0
[0.3.0]
- Added logic to also check
/etc/workshop-bot
for configuration- 586e83b feat: add config checking on 2023-02-09
workshop-bot v0.2.0
[0.2.0]
- Added reaction roles interaction handler.
- 32be324 feat: add reaction roles, make some responses ephemeral on 2023-02-07
- Made the
/workshop
command's responses ephemeral, so if used in global channels users can't see it.- 32be324 feat: add reaction roles, make some responses ephemeral on 2023-02-07
- Added per-guild configuration for automove. See Config.example.toml
- 011a2ad feat: move guild config into its own section on 2023-02-06
- Use only
GatewayIntents::GUILD_VOICE_STATES
, because message intents are not used by this bot.- 3450bf7 fix: remove privileded intents on 2023-02-06
i18n v0.1.1
[0.1.1]
- Instead of using the
env!
macro withCARGO_MANIFEST_DIR
, which returned the static string of/path/to/crates/i18n
,
read this variable at macro runtime to match crate dir.- 8bc018b fix: read env at macro runtime on 2023-02-06