Skip to content

joeaba/solana-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the bot

1. Install node.js on the server where the bot will be hosted.

2. Get a token.

Here

3. Create a new application and grab a token from the bot section.

4. Enable SERVER MEMBERS INTENT.

5. Get the invitation link from the oauth2 section and invite the bot to the server.

6. Put the token in settings.json file.

{ 
"token" : "token_here" 
} 

7. Run "node bot.js".

Commands

$ !addname name 

Kicks all users with "name" in their username, and when someone joins with "name" in their username they will be kicked instantly. Name can include more than 1 word.

$ !clearnames

Clears all names that you added.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published