ANF / BotANF

A simple discord bot made by ANF Studios
https://discord.gg/invite/fKWpK7A
GNU General Public License v3.0
13 stars 5 forks source link

[FEATURE] Add basic moderation commands #18

Open ANF-Studios opened 3 years ago

ANF-Studios commented 3 years ago

Is your feature request related to a problem? Please describe. We can start this development process by adding the most basic moderation commands to get it going.

Describe the solution you'd like

  1. Add ban, kick and mute command.
  2. Connect to MongoDB using native drivers (issue #17).
  3. Get data to and from the database.

Additional context We'd first set up a mongo db connection in the utils folder, that is where the main data connection handler will lie.

ANF-Studios commented 3 years ago

Wait a second, this was never added.