mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
feat(bot)!: Make desiredProperties required (#4381)
Co-authored-by: Link <link20050703@gmail.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user