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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,3 +55,8 @@ Don't worry about the weird escape characters and strings in front of the variab
55
55
56
56
The end result would be something like this:
57
57

58
+
59
+
## Trivia
60
+
- This is a slightly more advanced version of the same [Discord Server Logger](https://github.com/dmimukto/discord-server-logger) algorithm I had posted for a Discord.py bot much earlier in 2021.
61
+
- I don't have too many 'fully original' works on Github yet, so this little algorithm is one of the few at the moment.
62
+
- In case you're too lazy or inexperienced with Discord.js, you can just find a way to integrate [this preset file](/messageCreate.js) with your bot. Although it may be trickier than trying to just add in the functions yourself.
0 commit comments