Skip to content

NoVa-Gh0ul/Discord-Count-SelfBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord-Count-SelfBot

Very simple Discord SelfBot that counts for you and maintains a status!

Author

This was created by shwp on Discord

Support his main Xbox-based Discord Bot called Guh by buying guh bot a coffee!

DISCLAIMER

This is a Discord SelfBot, which goes against Discord ToS. This software is provided to you to be used at your own discretion.

Setup

  1. Make sure you have Node.js installed on your local device (install here: https://nodejs.org/en/download/package-manager)

  2. Copy the repository at https://github.com/NoVa-Gh0ul/Discord-Count-SelfBot

  3. Open the terminal and run npm install

  4. 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)
  5. Run node .

image

Config Info

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)