rHomelab / LabBot-Cogs

Cogs for the Red-based Homelab Discord server bot.
GNU General Public License v3.0
36 stars 14 forks source link

[FEAT] Total Users Banned count #243

Closed Matsukami7 closed 8 months ago

Matsukami7 commented 1 year ago

Overview

Requesting a command to see the total number of users banned by labbot

Commands

bantotal totalyeeted yeetlist

tigattack commented 1 year ago

Cheers naro.

Let's go with [p]bancount. We can alias other, more joke-y triggers in our own instance of Red if we wish.

tigattack commented 11 months ago

As a note for whoever implements this (I may do so myself, so more of a note-to-self...), this will be incredibly easy with a simple call to len(await ctx.guild.bans()).