Get Bot amount in a server

Hey,
I wanna get the number of all bots that are in a server.
I was using
let bots = Array.from((await guild.members.fetch()).values()).filter(m => m.user.bot).length

But this doesn't work. Not even dropping an error.
Thanks in advance
Was this page helpful?