mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-26 14:48:22 -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
|
@ -1,3 +1,4 @@
|
|||
const { icon } = require("#utils/markdown");
|
||||
const InteractionPaginator = require("./InteractionPaginator");
|
||||
const assert = require("assert");
|
||||
|
||||
|
@ -10,8 +11,8 @@ const allowedEvents = new Set([
|
|||
]);
|
||||
|
||||
const ButtonEmoji = Object.freeze({
|
||||
NEXT: '<:right:977871577758707782>',
|
||||
PREVIOUS: '<:left:977871577532211200>',
|
||||
NEXT: icon("button_chevron_right"),
|
||||
PREVIOUS: icon("button_chevron_left"),
|
||||
STOP: '<:ico_trash:929498022386221096>',
|
||||
SEARCH: '<:search:1063080546365866056>',
|
||||
UNKNOWN: '<:ico_question:949420315677691934>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue