Discord Bot that fetches images from archillect website
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- NodeJS - JavaScript runtime built on Chrome's V8 JavaScript engine.
- NPM - Package manager for JavaScript.
- Clone this repository
git clone https://github.com/brunohpaiva/archillect-bot.git
cd archillect-bot
- Install dependencies with NPM or Yarn
npm install
yarn
- Rename the file
default.env
to.env
and add your token
DISCORD_BOT_TOKEN="token"
- Run the bot with NPM or Yarn
npm start
yarn start
- Manage Channels
- Send Messages
- View Channel
53-bit integer: 2064
- discord.js - Powerful node.js module that allows you to interact with the Discord API very easily.
- TypeScript - A typed superset of JavaScript that compiles to plain JavaScript.
- Bruno Henrique Paiva - Initial work - brunohpaiva
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details