forked from Skynet/discord-bot
Fix typos
This commit is contained in:
parent
7b5626c279
commit
4b4e5cb289
16 changed files with 50 additions and 62 deletions
|
@ -57,7 +57,7 @@ pub(crate) mod user {
|
|||
format!("{}/src/branch/main/{}/{}", &config_toml.source.repo, &config_toml.source.directory, logo_name)
|
||||
}
|
||||
|
||||
/// Regular users can get teh link to teh current icon
|
||||
/// Regular users can get the link to the current icon
|
||||
pub(crate) mod current {
|
||||
use super::*;
|
||||
|
||||
|
@ -208,7 +208,7 @@ pub(crate) mod user {
|
|||
|
||||
let length = line.len() + 1;
|
||||
|
||||
// +3 is to account for the closing fense
|
||||
// +3 is to account for the closing fence
|
||||
if length < (limit + 3) {
|
||||
response.push(line);
|
||||
limit -= length;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue