mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-11 07:33:14 -04:00
- adds lc.banner
- adds server/global toggle for lc.u - update special button icons to use icon() system - fix hypesquad badge in lc.u - Google -> Google Search
This commit is contained in:
parent
07ceaac9d9
commit
bb78a514cc
10 changed files with 131 additions and 27 deletions
|
@ -12,12 +12,12 @@ const { Permissions } = require("detritus-client/lib/constants");
|
|||
function renderFooter(context, doodle){
|
||||
if(doodle.label) return {
|
||||
iconUrl: doodle.super_g,
|
||||
text: `${doodle.label} • Google`
|
||||
text: `${doodle.label} • Google Search`
|
||||
}
|
||||
|
||||
return {
|
||||
iconUrl: STATICS.google,
|
||||
text: `Google • ${context.application.name}`
|
||||
text: `Google Search • ${context.application.name}`
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue