charredgrass / charred-discord-bot

Personal Discord bot. Written in Typescript, run using node.js.
MIT License
1 stars 1 forks source link
discord-bot discord-js hacktoberfest typescript

charred-discord-bot

A Discord bot made by Charred#9898.

Currently runs on the following servers:

Dependencies

discord.js v14.3.0 and associated dependencies (Node v12.0.0 or higher)

TypeScript v4.1.5 or higher (tested on v4.1.5)

To run

npx tsc --build transpiles the source code from src/ into build/. Run by invoking node with node bot.js in the build directory.

Slash commands must be registered to the server. Use register in the console once the bot has connected.