Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
/ archillect-bot Public archive

Discord Bot that fetches images from archillect website

License

Notifications You must be signed in to change notification settings

brunohpaiva/archillect-bot

Repository files navigation

archillect-bot

Discord Bot that fetches images from archillect website

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  1. NodeJS - JavaScript runtime built on Chrome's V8 JavaScript engine.
  2. NPM - Package manager for JavaScript.

Installing

  1. Clone this repository
git clone https://github.com/brunohpaiva/archillect-bot.git
cd archillect-bot
  1. Install dependencies with NPM or Yarn
npm install
yarn
  1. Rename the file default.env to .env and add your token
DISCORD_BOT_TOKEN="token"
  1. Run the bot with NPM or Yarn
npm start
yarn start

Required discord bot permissions

  • Manage Channels
  • Send Messages
  • View Channel

53-bit integer: 2064

Built With

  • 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.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details