Initial Commit
parents
.gitignore
0 → 100644
Cargo.toml
0 → 100644
[package] | ||
name = "ucc-discord-bot" | ||
version = "0.1.0" | ||
authors = ["tec <[email protected]>"] | ||
edition = "2018" | ||
[dependencies] | ||
serenity = "0.6.3" |
src/main.rs
0 → 100644
Please register or sign in to comment