Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.
/ RegularBot Public archive

Discord bot on a regular discord account 🥴

Notifications You must be signed in to change notification settings

1KINGO1/RegularBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RegularBot

Discord bot on a regular discord account 🥴

Installation

npm install

Starting

node main

Settings

For everything to work correctly, you need to get your client's token, it's not as easy as it sounds.

Follow the instructions:

1. Go to the web version of the discord, and log in with the required account.

image

2. Press f12 and go to the Network section

image

3.Then click on any of your servers. You should have such a field, click on it.

image

4. In the menu that opens, find the "authorization" field and copy the symbols to the right of it. Never share this code with third parties

image

5. Go to the project folder and paste your token to .env file

image

You can also change the bot's prefix or status in this file.

Adding commands

There is only one command from the beginning, but you can add them yourself.

image

To add commands you must know nodeJS and have basic knowledge about discord api and websockets!

You can write your commands here

image

args - Array of command arguments

mes - Message object

commandName - Command name

message_id - ID the message that was sent by the user

channel_id -Channel ID the message sent by the user

About

Discord bot on a regular discord account 🥴

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published