Skip to content

Aarian-A/sado-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sado-bot

Sado is a work-in-progress, multipurpose, hyper-customizable discord bot which allows discord server admins to more efficiently manage channels.

Setup For Development

Donwload NodeJS (and npm) from Nodejs

https://nodejs.org/en/

Then clone the repository, you can do so through the terminal (in the directory of your choice) by the command

git clone https://github.com/Aarian-A/sado-bot

In the terminal of the cloned directory, run the following commands to set package configs

npm init

Then, install discord node modules:

npm install discord.js

Now, create a "congfig.js" file and add the following:

module.exports = {
    token: "insert bot token here"
}

Now you're ready to interact with the repo!

Guidelines

Once cloned, create a branch, you can use terminal:

git checkout -b <branch_name>

Example:

git checkout -b reaction-testing

Now, make this branch remote for others to access:

git push -u origin <branch_name>

Now that you're set up, create Pull Requests to make changes to the main branch

Cleanup

You can delete local branch using

git branch -d <branch_name>

Now you can delete the remote branch:

git push -d origin <branch_name>

Credits

Creators: Sameer, Aarian, Dario, Oscar
Collaborators: Tejas, Shoaib

(Currently has 2 commands and leaves a message when someone joins or enters the server)

  • Things left for V1:
    Add reactions
    Add multiple messages to randomly select from when someone joins/leaves the server

About

This is our first discord bot which will enable our discord server to have more customization compared to bots that are available to the public

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published