diff options
| author | Matthieu <20992787+MatthieuCoder@users.noreply.github.com> | 2021-11-05 19:28:19 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-05 19:28:19 +0400 |
| commit | de73cf954c477a7f10f64b9caf3eea8f6550b8c8 (patch) | |
| tree | e61f4fd5bd6c515a5317adf8c8cbb10a362d91ff /common/rust/src/discord_models/mod.rs | |
| parent | b73f3c90ec2a491d59275818e3f61826471452ba (diff) | |
| parent | 7ddb5d3820c15ce4202e6f43057310a9fbb7178a (diff) | |
Merge pull request #14 from discordnova/feat/twilight
use twilight for deserialization and gateway
Diffstat (limited to 'common/rust/src/discord_models/mod.rs')
| -rw-r--r-- | common/rust/src/discord_models/mod.rs | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/common/rust/src/discord_models/mod.rs b/common/rust/src/discord_models/mod.rs deleted file mode 100644 index 8017e2a..0000000 --- a/common/rust/src/discord_models/mod.rs +++ /dev/null @@ -1,16 +0,0 @@ -pub mod application; -pub mod audit_log; -pub mod channel; -pub mod emoji; -pub mod gateway; -pub mod guild; -pub mod guild_template; -pub mod invite; -pub mod message_components; -pub mod permissions; -pub mod slash_commands; -pub mod stage_instance; -pub mod teams; -pub mod user; -pub mod voice; -pub mod webhook; |
