feat(bot)!: Make desiredProperties required (#4381)

Co-authored-by: Link <link20050703@gmail.com>
This commit is contained in:
Fleny
2025-08-17 13:01:58 -07:00
committed by GitHub
co-authored by Link
parent 83a075e64b
commit fca0b40be5
4 changed files with 41 additions and 34 deletions
@@ -11,6 +11,7 @@ describe('[Bot] Can start and stop the bot', () => {
it('Start and stop the bot', async () => {
const bot = createBot({
token,
desiredProperties: {},
})
await bot.start()