A discord bot for managing our discord server.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Discord bot for IEEE SB MUJ Discord server.
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- Setup firebase firestore - https://firebase.google.com/ and save the config file at the root as firebaseServiceAccount.json
- Setup a google cloud platform app and enable the google sheets api and save the credentials at the root of the project as googleApiCredentials.json (Follow this tutorial)
- Clone the repo
git clone https://github.com/ieeemuj/acceletatorBot.git
- Move inside the folder
cd acceleratorBot
- Install NPM packages
npm install
-
./start or ./s Starts the session and will display a embed message
-
./attendance or ./a Collects the names of the attendees in the mentor's voice channel and sends the list to the mentor as a direct message.
The mentor will receive a DM-
The attendance will be updated in the google sheet associated with the bot.
- ./setprefix new prefix Use to change the prefix for which the bot responds, default is ./
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request