Skip to content

Commit

Permalink
Add commands
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Nov 22, 2023
1 parent f5cb3cb commit f6e1eeb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ use log::info;

use crate::commands::ping::*;
use crate::commands::say::*;
use crate::commands::discord::*;
use crate::commands::game_support::*;
use crate::commands::github::*;
use crate::commands::website::*;

pub mod header;
mod commands;

#[group]
#[commands(ping, say)]
#[commands(ping, say, discord, game_support, github, website)]
struct General;

struct Handler;
Expand Down

0 comments on commit f6e1eeb

Please sign in to comment.