summaryrefslogtreecommitdiff
path: root/src/consts.rs
diff options
context:
space:
mode:
authorseth <[email protected]>2023-07-10 00:18:36 -0400
committerseth <[email protected]>2023-11-16 00:35:07 +0000
commita4a9353e1c8f902b7d7b3cf74e3e5b129c214330 (patch)
treeb58da1d30af52e97c0251e0d6882cd0ccdfeb20a /src/consts.rs
parent5e9ec7f008e01d25c0b7f782c5ae043bc9ca0933 (diff)
start using poise
Diffstat (limited to 'src/consts.rs')
-rw-r--r--src/consts.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/consts.rs b/src/consts.rs
index b108f34..27a70bc 100644
--- a/src/consts.rs
+++ b/src/consts.rs
@@ -1,3 +1,8 @@
+use poise::serenity_prelude::{GuildId, UserId};
+
+pub const TEAWIE_GUILD: GuildId = GuildId(1055663552679137310);
+pub const BOT: UserId = UserId(1056467120986271764);
+
pub const TEAMOJIS: [&str; 15] = [
"<:teawiecry:1056438041872433303>",
"<:teawiederp:1056438043109757018>",