mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 22:23:03 -04:00
[cmd](tts) remove embed footer for tts commands
This commit is contained in:
parent
b2beb77ae1
commit
72828b408f
3 changed files with 7 additions and 2 deletions
|
@ -12,6 +12,11 @@ const embedTypes = Object.freeze({
|
|||
}
|
||||
}
|
||||
},
|
||||
"defaultNoFooter": (context) => {
|
||||
return {
|
||||
color: COLORS.embed
|
||||
}
|
||||
},
|
||||
"warning": (context) => {
|
||||
return {
|
||||
author: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue