diff --git a/src/config/commands/updatesData.ts b/src/config/commands/updatesData.ts index 3536a21c..ee39f29c 100644 --- a/src/config/commands/updatesData.ts +++ b/src/config/commands/updatesData.ts @@ -1,5 +1,9 @@ export const updatesSinceLastRelease: string[] = [ - "Everthing under the hood complenly new! (except for the fact that I'm a bot)", + "- Small updates to the bot's interface.", + "- Migrated all commands from old bot", + "- All commands now use the new 1st party API.", + "- Core dependencies updated to latest versions.", ]; -export const nextScheduledRelease = ""; +export const nextScheduledRelease = "Unknown"; +//export const nextScheduledRelease = "";