Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
/ ayame-rs Public archive

Discord Music-Bot in Rust but without the Music for now

License

Notifications You must be signed in to change notification settings

narrrl/ayame-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nirust

Build status

A complete (incomplete) rebuild of the Nirubot in Rust.

building

  • run cargo build --release
  • move the executable to your desired final bot directory mv target/release/ayame-rs to/your/desired/directory/
  • copy the example config to your bot directory and paste your token (Where do I get a discord bot token?), the application_id (usually the bots user id) and the prefix (which will trigger the bot in guilds).
  • execute the executable with ./ayame-rs

docker

dependencies

build & run with docker

  • create config.toml
  • build docker image docker build -t ayame .
  • run docker container with docker run --name ayame -d ayame

automated building and running with docker

  • create config.toml
  • build and run with make all

Contact

Invite

Invite the bot which is hosted by me

About

Discord Music-Bot in Rust but without the Music for now

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages