Very simple Discord SelfBot that counts for you and maintains a status!
This was created by shwp
on Discord
Support his main Xbox-based Discord Bot called Guh by donating!
This is a Discord SelfBot, which goes against Discord ToS. This software is provided to you to be used at your own discretion.
-
Make sure you have
Node.js
installed on your local device (install here: https://nodejs.org/en/download/package-manager) -
Copy the repository at https://github.com/NoVa-Gh0ul/Discord-Count-SelfBot
-
Open the terminal and run
npm install
-
Fill in the required values inside
config.json
file:token
(authentication for the account to be used)channel_id
(channel the bot should count in)
-
Run
node .
The other values (interval_speed, status, device_spoof, counting5250, log_message, reset_on_bot_message) are optional to mess with
-
Values for interval_speed include: any integer / length of time you want that setInterval supports
-
Values for status include:
online
idle
dnd
invisible
-
Values for device_spoof include:
pc
phone
-
Values for counting5250 include:
true
false
(this sets whether the bot will wait for another user to count or not) -
Values for log_message include: any integer 100 or lower (this sets how far back in messages the bot will remember the count)
-
Values for reset_on_bot_message include:
true
false
(if set to true, this will reset the count to 1 if the last message in the counting channel was from a bot)