fellipeutaka / rodrigo-bot

πŸ€– A Discord bot that plays random "Vai dar namoro" sounds

Home Page:https://discord.com/api/oauth2/authorize?client_id=1072961251648483421&permissions=2184186880&scope=bot%20applications.commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rodrigo Bot

Rodrigo Bot

Repository size Made by Fellipe Utaka GitHub last commit License Stargazers

Project | Technologies | How to use | How to contribute | License

πŸ’» Project

A Discord bot that plays random "Vai dar namoro" sounds. "Vai dar namoro" (It's going to date) is a special segment presented and directed by Rodrigo Faro in the program Hora do Faro (a brazilian television program).

πŸš€ Technologies

This project was developed with the following technologies:

ℹ️ How To Use

To clone and run this application, first you need to create a Discord Bot. Afterwards, you will need Git and Node.js installed on your computer.

From your command line:

# Clone this repository
$ git clone https://github.com/fellipeutaka/cook.git

# Install dependencies
# If you are using NPM
$ npm install

# If you are using Yarn
$ yarn install

# If you are using PNPM (current package manager)
$ pnpm install

After that, copy and paste the .env.example file and rename it to .env. Then insert your Discord Token and Discord Client ID. Great! Now you just need to start the development server.

# Start server
# If you are using NPM
$ npm run dev

# If you are using Yarn
$ yarn dev

# If you are using PNPM (current package manager)
$ pnpm dev

πŸ€” How to contribute

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name> .
  3. Make your changes and commit them: git commit -m '<commit_message> '
  4. Push to original branch:git push origin <project_name> / <local>
  5. Create the pull request. Or, see the GitHub documentation on how to create a pull request.

πŸ“ License

This project is under the MIT license. See the LICENSE for details.

Made with β™₯ by Fellipe Utaka πŸ‘‹ Get in touch!

About

πŸ€– A Discord bot that plays random "Vai dar namoro" sounds

https://discord.com/api/oauth2/authorize?client_id=1072961251648483421&permissions=2184186880&scope=bot%20applications.commands

License:MIT License


Languages

Language:TypeScript 90.2%Language:Shell 4.4%Language:Dockerfile 4.1%Language:JavaScript 1.2%