Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 373 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 373 Bytes

Alfred 2

Discord bot with the goal of reaching feature parity the geekhub bot Alfred.

Note

Very WIP, I don't know how fast or even how much progress will be made.

Usage

Create the file src/token.rs with the following content:

pub const TOKEN: &str = "<put your token here, without the angled brackets>";

Then, simply build and run the program.