https://github.com/wintercore/gordon-ramsay-bot
https://github.com/wintercore/gordon-ramsay-bot
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wintercore/gordon-ramsay-bot
- Owner: WinterCore
- Created: 2020-08-06T18:14:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T04:38:45.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T20:31:40.057Z (over 1 year ago)
- Language: JavaScript
- Size: 5.68 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Gordon Ramsay Discord Bot

## How to run locally
- Make sure [Node](https://nodejs.org/en/) and [Git](https://git-scm.com/downloads) are installed on your system.
- Create a new discord application that contains a bot ([Explanation](https://discordpy.readthedocs.io/en/latest/discord.html))
- Copy your bot's API Token by clicking on the "Click to Reveal Token" link
- Clone this repository by running `git clone https://github.com/WinterCore/gordon-ramsay-bot.git`
- Run `cd gordon-ramsay-bot`
- Run `npm install`
- And to run the bot `GORDON_TOKEN= GIPHY_TOKEN= npm start`
## Commands
#### NOTE: The default prefix for all of the commands is `.g`
- `.g insult @someone` Insults the person mentioned (works with multiple mentions and @everyone).
- `.g curse` Join a voice channel before using this command and you'll find out what it does.
- `.g help` Provides a link to this page.
#### Feel free to suggest new commands and report bugs.