Brandon209-Red-bot-Cogs/activitylog/info.json
2022-10-14 13:02:16 -04:00

25 lines
1.2 KiB
JSON

{
"author": [
"Brandons209",
"calebj"
],
"description": "Log messages, dms, attachments, guild updates (roles, channels, bans, kicks etc) and be able to retrieve these logs for review. Saves these right to disk and customize then to rotate log files. Tracks user's stats; how many messages they send, how many are bot commands, time spent in VC, and moderator actions against them. Also provides an upgraded userinfo command that gives these stats alongside the information Red's userinfo command gives. This is rewritten from @calebj's V2 cog.",
"hidden": false,
"install_msg": "Thank you for using this cog! Make sure to set bot prefixes using [p]logset prefixes for proper stat logging.",
"requirements": [
"python-dateutil",
"pytz",
"matplotlib",
"pandas",
"networkx"
],
"short": "Log messages, audit actions, and track user statistics.",
"tags": [
"brandons209",
"logging",
"log",
"activity"
],
"min_bot_version": "3.4.0",
"end_user_data_statement": "Depending on setup, can log user messages, voice channel activity, audit actions in guilds, activity statistics per guild, user name changes, and any moderation actions per guild."
}