A discord bot built to aid with the running of the Knights of Pluto Discord Server
-
Clone the repo and pull to your own machine. Run
npm install
to locally install all requirements. -
Create a Discord BOT in the developer API, instructions on this can be found here: https://discordpy.readthedocs.io/en/stable/discord.html
-
Create and fill out a .env file, following the layout of the sample. The CLIENT_TOKEN and CLIENT_ID can be found on your bots settings page. The GUILD_ID can be found by activating developer mode on discord, and right-clicking the server you'll be using.
-
Add the bot to your server, this can be done with a link found on your bots settings page.
-
In the root of the application, run
node deploy-commands.js
- a success message should appear. -
Run
node index.js
, a success message should appear in the log, and your bot should appear online on the server you're testing on.