mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 20:50:36 +00:00
941 B
941 B
🚀 This is a guilded bot created using create-guilded-bot.
Getting Started
In order to run the development environment, configure your .env file with the required variables and then execute the following commands:
npm run dev
# or with yarn
yarn dev
Your bot should be online.
You can start editing the commands by adding/modifying files in the commands
directory. An example help command is provided in
commands/help.js
.
Events can also be customized by adding files to the events
directory corresponding to the name of the event. See events/ready.js
for an example event.
Learn More
Since create-guilded-bot uses guilded.js, you can learn more from their official docs.