owengombas / discord.ts

🤖 Create your discord bot by using TypeScript and decorators!

Home Page:https://owencalvin.github.io/discord.ts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to unban a user?

sawa-ko opened this issue · comments

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.