Skip to content

A mirror repository for https://gitlab.com/Erenoit/discord-bot. Please report issues to original repository.

License

Notifications You must be signed in to change notification settings

Erenoit/discord-bot

Repository files navigation

The Bot

The Bot is a basic music bot for Discord written in Rust. If you want to use old, TypeScript implementation use old-typescript branch.

Quick Start

  1. Clone this repository:
$ git clone https://gitlab.com/Erenoit/discord-bot.git
  1. Add environmental variables (or use a .env file in project root):
  • BOT_TOKEN: Your bot's token,
  • BOT_PREFIX: Prefix you want to use with commands,
  • BOT_SP_CLIENT_ID: Spotify client ID,
  • BOT_SP_CLIENT_SECRET: Spotify client secret
  1. cd into repository and run the following commands:
$ cargo build --release
$ ./target/release/discord-bot

Dependencies

About

A mirror repository for https://gitlab.com/Erenoit/discord-bot. Please report issues to original repository.

Resources

License

Stars

Watchers

Forks

Languages