forked from EllieBotDevs/elliebot
Quote commands slightly changed and some of them renamed. Added a lot of new aliases. Notable rename is .liqu to .qli
Quotes now follow the same naming pattern as Expression commands Code vastly improved
This commit is contained in:
parent
2e541eebac
commit
3a25433ec8
6 changed files with 222 additions and 146 deletions
src/EllieBot/data
|
@ -343,28 +343,57 @@ allcmdcooldowns:
|
|||
- cmdcds
|
||||
quoteadd:
|
||||
- quoteadd
|
||||
- qa
|
||||
- qadd
|
||||
- quadd
|
||||
- .
|
||||
quoteedit:
|
||||
- quoteedit
|
||||
- qe
|
||||
- que
|
||||
- qedit
|
||||
quoteprint:
|
||||
- quoteprint
|
||||
- qp
|
||||
- qup
|
||||
- ..
|
||||
- qprint
|
||||
quoteshow:
|
||||
- quoteshow
|
||||
- qsh
|
||||
- qshow
|
||||
- qushow
|
||||
quotesearch:
|
||||
- quotesearch
|
||||
- qs
|
||||
- qse
|
||||
- qsearch
|
||||
quoteid:
|
||||
- quoteid
|
||||
- qid
|
||||
quotedelete:
|
||||
- quotedelete
|
||||
- qd
|
||||
- qdel
|
||||
- qdelete
|
||||
quotedeleteauthor:
|
||||
- quotedeleteauthor
|
||||
- qda
|
||||
- qdelauth
|
||||
quotesexport:
|
||||
- quotesexport
|
||||
- qex
|
||||
- qexport
|
||||
quotesimport:
|
||||
- quotesimport
|
||||
- qim
|
||||
- qimp
|
||||
- qimport
|
||||
quotelist:
|
||||
- quotelist
|
||||
- qli
|
||||
- quli
|
||||
- qulist
|
||||
draw:
|
||||
- draw
|
||||
drawnew:
|
||||
|
@ -761,9 +790,6 @@ autotranslate:
|
|||
- autotranslate
|
||||
- at
|
||||
- autotrans
|
||||
listquotes:
|
||||
- listquotes
|
||||
- liqu
|
||||
typedel:
|
||||
- typedel
|
||||
typelist:
|
||||
|
@ -1210,12 +1236,6 @@ linkonlychannel:
|
|||
- linkssonly
|
||||
coordreload:
|
||||
- coordreload
|
||||
quotesexport:
|
||||
- quotesexport
|
||||
- qexport
|
||||
quotesimport:
|
||||
- quotesimport
|
||||
- qimport
|
||||
showembed:
|
||||
- showembed
|
||||
# EllieExpressions
|
||||
|
|
|
@ -2502,7 +2502,7 @@ autotranslate:
|
|||
params:
|
||||
- autoDelete:
|
||||
desc: "The option to automatically remove translated messages from the chat."
|
||||
listquotes:
|
||||
quotelist:
|
||||
desc: Lists all quotes on the server ordered alphabetically or by ID. 15 Per page.
|
||||
ex:
|
||||
- 3
|
||||
|
|
Reference in a new issue