mirror of
https://github.com/Noratrieb/killjoy-turret.git
synced 2026-01-15 23:25:02 +01:00
init
This commit is contained in:
commit
03087702af
7 changed files with 1437 additions and 0 deletions
10
src/autorole.rs
Normal file
10
src/autorole.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
use serenity::framework::standard::Args;
|
||||
use serenity::model::prelude::*;
|
||||
use serenity::prelude::*;
|
||||
|
||||
#[group]
|
||||
struct AutoRole;
|
||||
|
||||
#[command]
|
||||
#[desciption = "Add auto assign roles"]
|
||||
async fn auto_role(ctx: &Context, msg: &Message, args: &Args) {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue