Giter Site home page Giter Site logo

corvance / havvebot Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 20 KB

A TWRP-themed Discord moderation bot created for the Ladyworld server.

Home Page: https://discord.gg/NZGZJ2C

License: MIT License

TypeScript 100.00%
discord discord-bot moderation twrp

havvebot's Introduction

HavveBot

HavveBot is a TWRP-themed moderation bot created for use on the Ladyworld Discord server. TWRP is a Canadian band most recongisable for their costumed personas, concealing their real identities. You should check them out!

Usage

To run the bot, install the dependencies, compile the TypeScript to JavaScript with tsc, enter the dist directory and run node bot.js with the environment HAVVEBOT_TOKEN set to your bot token.

git clone https://www.github.com/corvance/havvebot
cd havvebot

npm i --save discord.js dotenv minimist @types/minimist
tsc

export HAVVEBOT_TOKEN=1234567890_abcdefghijklmnopqrstuvwxyz.ABCDEFGHIJKLMNOPQRSTUVWXYZ_12345
cd dist && node bot.js

Alternatively, you can use the scripts provided in package.json to simplify the process.

git clone https://www.github.com/corvance/havvebot
cd havvebot

npm i --save discord.js dotenv minimist @types/minimist
export HAVVEBOT_TOKEN=1234567890_abcdefghijklmnopqrstuvwxyz.ABCDEFGHIJKLMNOPQRSTUVWXYZ_12345
tsc && npm start

Dependencies

  • discord.js - The Discord bot library.
  • dotenv - For facilitating loading of the token from a .env file.
  • minimist - For parsing of bot command arguments like command-line arguments.

License

This repository is subject to the terms of the MIT License, available at the LICENSE file in the root directory.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.