mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-22 17:44:22 +00:00
Create empty discord module
This commit is contained in:
parent
366a4675d8
commit
821aaa875b
3 changed files with 4 additions and 1 deletions
|
@ -35,5 +35,5 @@ tokio = { version = "1.20.1", features = ["rt-multi-thread", "macros"], optiona
|
|||
exec = ["pretty_env_logger", "glob"]
|
||||
search = ["tantivy"]
|
||||
telegram = ["exec", "search", "teloxide", "reqwest", "tokio"]
|
||||
# discord = ["exec", "search"]
|
||||
discord = ["exec", "search"]
|
||||
# matrix = ["exec", "search"]
|
||||
|
|
0
src/discord/mod.rs
Normal file
0
src/discord/mod.rs
Normal file
|
@ -22,3 +22,6 @@ pub mod search;
|
|||
|
||||
#[cfg(feature = "telegram")]
|
||||
pub mod telegram;
|
||||
|
||||
#[cfg(feature = "discord")]
|
||||
pub mod discord;
|
||||
|
|
Loading…
Reference in a new issue