summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBridget <[email protected]>2023-06-30 05:19:33 +0300
committerGitHub <[email protected]>2023-06-30 02:19:33 +0000
commite9edd838fe2f851517d17ddea917be8a4f20e2db (patch)
tree95202a46123c5099afefdb5cee4f9b322c643596 /src
parent33c8fc7bdc1d299301a9713cefdf85f27a1b7b69 (diff)
update lore (#23)
* update lore (haj <3) * update lore for real this time * chore: fix formatting in consts --------- Co-authored-by: seth <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/consts.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/consts.rs b/src/consts.rs
index b5bbb7c..3fc94a6 100644
--- a/src/consts.rs
+++ b/src/consts.rs
@@ -40,7 +40,7 @@ pub const RESPONSES: [&str; 20] = [
"<:manythoughtsheadfull:1065887153399283742>",
];
-pub const LORE: [&str; 19] = [
+pub const LORE: [&str; 21] = [
"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.",
@@ -60,4 +60,6 @@ pub const LORE: [&str; 19] = [
"Teawie himself isnt radioactive however some Teawies have a pretty bad habit of being in or around places with incredibly high radiation.",
"Teawie has a Go-Kart that he will sometimes drive around in, however due to being mentally eight years old at a base \"knowledge level\", is not good at all with driving, however despite numerous crashes, ends up unscathed.",
"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.",
];