You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2

3
3
### Message logging system for Discord bots. Primarily written for bots following the Discord.js API (Node.js).
4
4
5
+
-[x] 💬️ Auto-record messages across multiple servers
6
+
-[x] 😴️ Store activities and track suspicious behavior while you're AFK
7
+
-[x] ♻️ Keep permanent backup records of messages as a recovery
8
+
-[x] 👀️ Know who sends what, even if they delete their messages
9
+
10
+
5
11
## Overview
6
12
> Made as part of [MuxDay](https://github.com/muxworks/MuxDay) back in May 2022. Now discretely available for integrating this simple but effective algorithm into your bots with ease!
7
13
The main program/algorithm is very simple. It just relies on a single function (I named it `logwrite` by default, but doesn't have to be the same name),
0 commit comments