A stalker Discord Bot to count servers, count members and log server messages into the terminal along with the username, timestamp, channel name as well as the user's ID and role color, I built it, open for collaboration, feedback and improvement.
- A terminal - To run the code.
- A text editor - To edit the code.
- Nodejs - A programming language to code (what version idk, maybe latest).
- Discord.js(V14 or newer) - A node module which runs your discord bot.
npm install discord.js
- Chalk(V4.1.2 or older) - A node module which can write colored texts in terminal.
npm install chalk@4.1.2
Everyone is allowed to fork the repo and contribute, then you can open a pull request 😁
-
Main Branch - Contains all the neat and successful code.
-
Experimental Branch - Contains beta tests from other contributors.
-
Explained Branch - Contains explained version of code for beginners, this branch is strictly not allowed to be merged in any other branch because it can mess up the files and folder structure, codelines will be scattered and non-functioning and bug ridden/problematic sometimes.