Skip to content

Commit

Permalink
Remove notification_channel command
Browse files Browse the repository at this point in the history
This is not needed anymore because notifications will just be send to the guild owners
  • Loading branch information
NotNorom committed Sep 17, 2023
1 parent 9d4fec8 commit d6a6410
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 46 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "discord-banner-bot"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["Andre Julius <[email protected]>"]
repository = "https://github.com/NotNorom/discord-banner-bot"
Expand Down
2 changes: 0 additions & 2 deletions src/commands/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pub mod banner;
pub mod help;
pub mod notifications;

use poise::serenity_prelude::json::Value;

Expand Down Expand Up @@ -61,7 +60,6 @@ pub fn commands() -> Vec<poise::Command<crate::State, crate::Error>> {
banner::start(),
banner::stop(),
help::help(),
notifications::notification_channel(),
register_globally(),
register(),
servers(),
Expand Down
42 changes: 0 additions & 42 deletions src/commands/notifications.rs

This file was deleted.

0 comments on commit d6a6410

Please sign in to comment.