Add announcement command

This commit is contained in:
Elnu 2022-02-17 12:41:28 -08:00
parent c825731814
commit 91198ab35e
2 changed files with 40 additions and 1 deletions

View file

@ -57,7 +57,8 @@ impl EventHandler for Handler {
help,
sleep,
setSubmissionChannel,
setAnnouncementRole
setAnnouncementRole,
announce
)]
struct General;