Skip to content

Blazingly fast discord bot πŸ¦€πŸš€πŸ¦€πŸš€πŸ¦€πŸš€πŸ¦€πŸš€πŸ¦€πŸš€

License

Notifications You must be signed in to change notification settings

Academic-Forum/academic-forum-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

42 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Setup

Create a .env file with a discord token for the bot to use.

DISCORD_API_KEY = "<token>"

If you're using VSCode, you should install the recommended extensions. You can find these by typing @recommended in the extensions search bar or running the Show Recommended Extensions command:

Building

This project is written in Rust. You can install Rust from https://www.rust-lang.org/tools/install.

While editing the bot, use cargo build or cargo run for a fast build. Otherwise, use cargo build --release or cargo run --release for a release build.

Cross-Compiling

The best way to cross-compile (for example, to run the bot on a Raspberry Pi) is cross. You can install cross with cargo install cross. It also requires podman, which you can install from https://podman.io/getting-started/installation.

Then you can use the cross command like cargo, for example using cross build --release --target aarch64-unknown-linux-gnu to build for a Raspberry Pi.

About

Blazingly fast discord bot πŸ¦€πŸš€πŸ¦€πŸš€πŸ¦€πŸš€πŸ¦€πŸš€πŸ¦€πŸš€

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages