FUCK!
This commit is contained in:
parent
e5ac08f990
commit
5e181b7a0a
@ -17,7 +17,7 @@ pub struct Data {
|
|||||||
impl BotRunner {
|
impl BotRunner {
|
||||||
pub async fn new(server: Box<dyn ServerInfo>) -> Self {
|
pub async fn new(server: Box<dyn ServerInfo>) -> Self {
|
||||||
let token = server.app_token();
|
let token = server.app_token();
|
||||||
let mut commands = vec![players(), join()];
|
let mut commands = vec![players(), join(), about()];
|
||||||
if let Some(_contact_id) = server.contact() {
|
if let Some(_contact_id) = server.contact() {
|
||||||
commands.push(contact());
|
commands.push(contact());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user