diff options
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/stocks.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/stocks.rs b/src/modules/stocks.rs index 51fcc48..33beeb8 100644 --- a/src/modules/stocks.rs +++ b/src/modules/stocks.rs @@ -113,8 +113,8 @@ pub fn module(router: &mut windmark::Router) { format!( "# Referrals\n\n=> /stocks Dashboard\n=> /cryptocurrency \ Cryptocurrency Dashboard\n=> /stocks/telegram Telegram Groups\n=> \ - /stocks/search Search\n\nWant to start investing? \ - Support me by using one of my referral links!\n\n{}", + /stocks/search Search\n\nWant to start investing? Support me by \ + using one of my referral links!\n\n{}", REFERRALS .iter() .map(|r| { @@ -158,8 +158,8 @@ pub fn module(router: &mut windmark::Router) { let mut response = format!( "# {}\n\n=> /stocks Dashboard\n=> /cryptocurrency Cryptocurrency \ - Dashboard\n=> /stocks/telegram Telegram Groups\n=> \ - /stocks/search Search", + Dashboard\n=> /stocks/telegram Telegram Groups\n=> /stocks/search \ + Search", symbol ); |