style: use tabs over spaces
This commit is contained in:
parent
f2979d4cde
commit
f0550dd429
41 changed files with 1112 additions and 1109 deletions
|
@ -4,31 +4,31 @@ use once_cell::sync::Lazy;
|
|||
use poise::serenity_prelude::Color;
|
||||
|
||||
pub static COLORS: Lazy<HashMap<&str, Color>> = Lazy::new(|| {
|
||||
HashMap::from([
|
||||
("red", Color::from((239, 68, 68))),
|
||||
("green", Color::from((34, 197, 94))),
|
||||
("blue", Color::from((96, 165, 250))),
|
||||
("yellow", Color::from((253, 224, 71))),
|
||||
("orange", Color::from((251, 146, 60))),
|
||||
// TODO purple & pink :D
|
||||
])
|
||||
HashMap::from([
|
||||
("red", Color::from((239, 68, 68))),
|
||||
("green", Color::from((34, 197, 94))),
|
||||
("blue", Color::from((96, 165, 250))),
|
||||
("yellow", Color::from((253, 224, 71))),
|
||||
("orange", Color::from((251, 146, 60))),
|
||||
// TODO purple & pink :D
|
||||
])
|
||||
});
|
||||
|
||||
pub const ETA_MESSAGES: [&str; 16] = [
|
||||
"Sometime",
|
||||
"Some day",
|
||||
"Not far",
|
||||
"The future",
|
||||
"Never",
|
||||
"Perhaps tomorrow?",
|
||||
"There are no ETAs",
|
||||
"No",
|
||||
"Nah",
|
||||
"Yes",
|
||||
"Yas",
|
||||
"Next month",
|
||||
"Next year",
|
||||
"Next week",
|
||||
"In Prism Launcher 2.0.0",
|
||||
"At the appropriate juncture, in due course, in the fullness of time",
|
||||
"Sometime",
|
||||
"Some day",
|
||||
"Not far",
|
||||
"The future",
|
||||
"Never",
|
||||
"Perhaps tomorrow?",
|
||||
"There are no ETAs",
|
||||
"No",
|
||||
"Nah",
|
||||
"Yes",
|
||||
"Yas",
|
||||
"Next month",
|
||||
"Next year",
|
||||
"Next week",
|
||||
"In Prism Launcher 2.0.0",
|
||||
"At the appropriate juncture, in due course, in the fullness of time",
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue