Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retraigo/maidbot
A discord bot template made with Discord.js-Commando
https://github.com/retraigo/maidbot
Last synced: 8 days ago
JSON representation
A discord bot template made with Discord.js-Commando
- Host: GitHub
- URL: https://github.com/retraigo/maidbot
- Owner: retraigo
- Created: 2020-12-10T14:52:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-12T10:36:07.000Z (over 3 years ago)
- Last Synced: 2024-10-11T20:58:09.391Z (about 1 month ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maidbot
## This template no longer works.
A discord bot template made with `discordjs-commando`.
## How to use
=> Open https://discord.com/developers/applications/
=> Create a new application
=> Create a bot user for the application
=> Copy the bot token.
### How to host
=> have nodejs installed in your pc.
=> Clone this repo.
=> open the terminal at the bot's directory and run `npm install`.
=> open the config.js file and replace with your bot's token.
=> run `node index` in the terminal.### Things you can do to start developing your bot:
=> Check out https://discordjs.guide for a discord bot guide (tho the repo has basics covered)
=> Refer https://discord.js.org for documentation on `discord.js` and `discordjs-commando`.