Skip to content
/ amd Public
forked from amfoss/amd

Official Discord Bot for amFOSS.

License

Notifications You must be signed in to change notification settings

flykrth/amd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

137 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amFOSS Daemon

Discord bot used for the official amFOSS server for members. Built with Serenity and Poise.

Getting Started

Prerequisites

Before proceeding, ensure you have the following:

  1. Rust
# Download and install Rust using rustup
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

# Add Rust to the system PATH
echo 'export PATH="$HOME/.cargo/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

For more details, visit the Official Rust installation page.

  1. A Discord Bot Token.

Setup

  1. Clone the repository:
git clone https://github.com/amfoss/amd.git
cd amd
  1. Create a .env file in the root directory. You can refer .env.sample for the required variables.

  2. Run the bot locally with cargo run.

Contributing

Refer CONTRIBUTING.md.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.

About

Official Discord Bot for amFOSS.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 98.9%
  • Dockerfile 1.1%