To install the bot, follow these steps:
- Clone the repository
- Install the required dependencies:
yarn
- Rename
.env.example
to.env
and paste your Discord bot token - Update
ownerId
in/src/config/config.js
- Start the bot by running
yarn start
or start the dev server withyarn dev
for nodemon
Warning
If you set GUILD_ID
in the .env
, the application commands will be registered in the provided guild only.
In order to have global commands, just leave it empty.
The bot responds to the following commands:
/ping
: Responds with the ping./tags
: Responds with a list of the tags - Option to get information about a tag/random
: Responds with a random waifu - Options for tag & nsfw/autopost start
: Start autoposting a random waifu every 10 minutes in the channel/autopost stop
: Stop autoposting in the channel/autopost list
: [Owner Only] List all channels in the autopost list
Note
There is no help command.. May or may not have forgotten it. I'll add it later..
I'm planning on adding more stuff to the bot, this was just a first 'draft'
Contributions are welcome! If you find a bug or have a feature request, please open an issue/PR!
Some things I'm planning on
- Help command (;-;)
- Change permissions for autopost (only admins can set channels)
- And some other stuff I can't remember anymore...
This project is licensed under the MIT License. See the LICENSE
file for more information.