diff options
author | Cara Salter <cara@devcara.com> | 2022-01-12 15:45:20 -0500 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2022-01-12 15:45:20 -0500 |
commit | 67e4081aa69f489ad88ee064402d68a5969069c2 (patch) | |
tree | c69b79679d35df650b684fa487b1725b3c211250 /src/commands/mod.rs | |
parent | 6bc33b93eb5d55fb855803b0bf8cf7658a60e2b1 (diff) | |
download | glitch-ng-67e4081aa69f489ad88ee064402d68a5969069c2.tar.gz glitch-ng-67e4081aa69f489ad88ee064402d68a5969069c2.zip |
rroles: Implement Reaction Roles
now requires postgresql.
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r-- | src/commands/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs index 50636a3..2121532 100644 --- a/src/commands/mod.rs +++ b/src/commands/mod.rs @@ -2,3 +2,4 @@ pub mod meta; pub mod pony; pub mod actions; pub mod osu; +pub mod reactionroles; |