owengombas / discord.ts

🤖 Create your discord bot by using TypeScript and decorators!
https://owencalvin.github.io/discord.ts/
324 stars 40 forks source link

How to unban a user? #24

Closed sawa-ko closed 3 years ago

sawa-ko commented 4 years ago

I have tried to find the method to do it but I cannot find it. In discord.js it is easy to find because the method is message.guild.members.unban(id) but in discord.ts I can't find the "unban" method anywhere.

Could you tell me where I can find the method? I have tried and got 0 results.