mirror of
https://github.com/house-of-vanity/desubot.git
synced 2025-07-07 12:44:08 +00:00
Merge remote-tracking branch 'origin/main' into main
# Conflicts: # assets/help_text.rs
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
static CODE: &str = "<b>Code highlighter</b>
|
||||
#[allow(dead_code)]
|
||||
static CODE_HELP: &str = "<b>Code highlighter</b>
|
||||
|
||||
<i>Usage</i>
|
||||
<pre>/code
|
||||
@ -32,4 +33,11 @@ gruvbox
|
||||
gruvbox-light
|
||||
gruvbox-white
|
||||
zenburn
|
||||
";
|
||||
";
|
||||
|
||||
#[allow(dead_code)]
|
||||
pub static SQL_HELP: &str = "<b>Perform an SQL command</b>
|
||||
<i>* Only one sentence per message.
|
||||
* Only SELECT command.
|
||||
* Max result length is 100 lines. Use LIMIT 100.
|
||||
* SQLITE syntax is available only.</i>";
|
Reference in New Issue
Block a user