mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-21 12:27:03 -04:00
bard
This commit is contained in:
parent
94b45d3632
commit
a0df2e4947
3 changed files with 122 additions and 0 deletions
|
@ -87,6 +87,15 @@ const embedTypes = Object.freeze({
|
|||
},
|
||||
color: COLORS.embed
|
||||
}
|
||||
},
|
||||
"ai_bard": (context) => {
|
||||
return {
|
||||
author: {
|
||||
iconUrl: STATIC_ICONS.ai_bard,
|
||||
name: `Generating`
|
||||
},
|
||||
color: COLORS.embed
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
@ -110,6 +110,10 @@ const Statics = Object.freeze({
|
|||
file: "icons/core/ico_notice_ai_spark.gif",
|
||||
revision: 0
|
||||
},
|
||||
ai_bard: {
|
||||
file: "icons/core/ico_notice_bard_spark.gif",
|
||||
revision: 0
|
||||
},
|
||||
warning: {
|
||||
file: "icons/core/ico_notice_warning.png",
|
||||
revision: 0
|
||||
|
@ -155,5 +159,6 @@ module.exports.STATIC_ICONS = Object.freeze({
|
|||
error: staticAsset(Statics.icons.error),
|
||||
loading: staticAsset(Statics.icons.loading),
|
||||
ai: staticAsset(Statics.icons.ai),
|
||||
ai_bard: staticAsset(Statics.icons.ai_bard),
|
||||
warning: staticAsset(Statics.icons.warning)
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue