diff --git a/.gitignore b/.gitignore index 8d2a247..5d86682 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ Cargo.lock config.toml **/*.rs.bk *.pdb -.patreon_refresh \ No newline at end of file +.patreon_refresh +**/*.swp \ No newline at end of file diff --git a/assyst-core/src/command/misc/help.rs b/assyst-core/src/command/misc/help.rs index 92f0bc5..6e7c99a 100644 --- a/assyst-core/src/command/misc/help.rs +++ b/assyst-core/src/command/misc/help.rs @@ -221,7 +221,7 @@ pub async fn help(ctxt: CommandCtxt<'_>, labels: Option>) -> anyhow::R Some("Link to the SKU for Assyst premium servers.") ), "Source Code".codestring().url( - "", Some("Source code URL for Assyst.") ) );