CrawlerEmporium / DiscordCrawler

Discord Bot - Discord moderation and misc tools - built upon discord.py
GNU General Public License v3.0
5 stars 4 forks source link

DFR-25 Case #19

Closed crawltracker closed 3 years ago

crawltracker commented 3 years ago

Feature Request: Case

Who would use it? Admins How would it work? case <param> Adds a note about the user into the users profile database. This note is not viewable by the user or non moderators. Its for moderator/admin reference.

Params add <@user or userID> <note text> Adds a note or case to the user’s profile

update <caseID> <note text> Adds additional content/ note to a particular case

remove <caseID> <note text> Deletes a case with a specific ID from the person it is attached to (optional text on closing note)

list <@user or userID> or <caseID> list of cases on the user (moderator only) or the case and all its notes

EXAMPLE: case add @user1 Did a very bad thing to @user2 case update 12029103 spoke with @user2 case remove 12029103 @user2 forgave this user

PERMISSION: Kick members or Moderator role

Upvote - Modnar#2707

Upvote - Sock but Spooky#2082

Votes: +2 / -0 / ±0

crawltracker commented 3 years ago

Note - LordDusk#0001

Resolved - Implemented for v2.0