steffiau / discord-bot-starter

A template to quickly create simple discord chat bots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord Bot Starter

How To Use

# Clone this repository
$ git clone git@github.com:steffiau/discord-bot-starter.git

# Go into the repository
$ cd discord-bot-starter

# Create a .env file and add your discord bot token like follow
TOKEN=your_token_here

# In bot-config.ts, change the prefix that would be used to ping your bot in discord chat
export const prefix = "your_choice_of_prefix";

# Install dependencies
$ npm install

# Run the app
$ npm start

License

MIT

About

A template to quickly create simple discord chat bots.

License:MIT License


Languages

Language:TypeScript 100.0%