summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBridget <[email protected]>2023-07-04 19:05:08 +0300
committerseth <[email protected]>2023-07-04 18:28:53 +0000
commit69a6a9797a341a1a9f2bdd99c9fb6a98fdbbb364 (patch)
treecd50728f708cd96c5d124b0b45d684f917d2dc9c /src
parent0c91c39efd058b69f699889c960a77ddcf88206a (diff)
add a new lore
Diffstat (limited to 'src')
-rw-r--r--src/consts.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/consts.rs b/src/consts.rs
index 3fc94a6..5fce7c9 100644
--- a/src/consts.rs
+++ b/src/consts.rs
@@ -40,7 +40,7 @@ pub const RESPONSES: [&str; 20] = [
"<:manythoughtsheadfull:1065887153399283742>",
];
-pub const LORE: [&str; 21] = [
+pub const LORE: [&str; 22] = [
"Teawie is made of silly string and blood.",
"Teawie has the mentality of an eight year old, but no discernable age.",
"Teawie can change size to fit into tight spaces. Although prefers to be small most of the time.",
@@ -62,4 +62,5 @@ pub const LORE: [&str; 21] = [
"Teawie will \"insert\" himself into various media while trying to move from host to host.",
"Teawie is described as \"chewy\" in texture.",
"Teawie is friends with BlÄhaj.",
+ "Consuming Teawie, and other Teawie variants is not recommended, since it will allow Teawie to take over the consumer in the same way as being shot with a Teawie \"bullet\".",
];