mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-05-21 01:14:02 -05:00
Clean up discal slash command
This commit is contained in:
@@ -9,6 +9,9 @@ docker build -t rg.nl-ams.scw.cloud/dreamexposure/discal-client:latest --file cl
|
||||
|
||||
docker build -t rg.nl-ams.scw.cloud/dreamexposure/discal-web:latest --file web/Dockerfile ./web
|
||||
|
||||
# Delete dangling
|
||||
docker image prune -f
|
||||
|
||||
# deploy docker images
|
||||
docker push rg.nl-ams.scw.cloud/dreamexposure/discal-server:latest
|
||||
docker push rg.nl-ams.scw.cloud/dreamexposure/discal-client:latest
|
||||
|
||||
@@ -22,13 +22,12 @@ object DiscalEmbed : EmbedMaker {
|
||||
defaultBuilder(guild, settings)
|
||||
.color(GlobalVal.discalColor)
|
||||
.title(getMessage("discal", "info.title", settings))
|
||||
.addField(getMessage("discal", "info.field.dev", settings), "DreamExposure", true)
|
||||
.addField(getMessage("discal", "info.field.version", settings), GlobalVal.version, true)
|
||||
.addField(getMessage("discal", "info.field.version", settings), GlobalVal.version, false)
|
||||
.addField(getMessage("discal", "info.field.library", settings), GlobalVal.d4jVersion, false)
|
||||
.addField(getMessage("discal", "info.field.shard", settings), formattedIndex(), true)
|
||||
.addField(getMessage("discal", "info.field.guilds", settings), "$guilds", true)
|
||||
.addField(
|
||||
getMessage("discord", "info.field.uptime", settings),
|
||||
getMessage("discal", "info.field.uptime", settings),
|
||||
Application.getHumanReadableUptime(),
|
||||
false
|
||||
).addField(getMessage("discal", "info.field.calendars", settings), "$cal", true)
|
||||
@@ -38,6 +37,7 @@ object DiscalEmbed : EmbedMaker {
|
||||
"info.field.links.value",
|
||||
settings,
|
||||
"${BotSettings.BASE_URL.get()}/commands",
|
||||
BotSettings.SUPPORT_INVITE.get(),
|
||||
BotSettings.INVITE_URL.get(),
|
||||
"https://www.patreon.com/Novafox"
|
||||
),
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
info.title=DisCal | The Ultimate Calendar Bot
|
||||
info.field.dev=Developer
|
||||
info.field.version=Version
|
||||
info.field.library=Library
|
||||
info.field.shard=Shard Index
|
||||
@@ -8,5 +7,5 @@ info.field.uptime=Shard Uptime
|
||||
info.field.calendars=Total Calendars
|
||||
info.field.announcements=Total Announcements
|
||||
info.field.links=Links
|
||||
info.field.links.value=__[Commands]({0})__ | __[Support]({1})__ | __[Patreon]({2})__
|
||||
info.field.links.value=__[Commands]({0})__ | __[Support]({1})__ | __[Invite]({2})__ | __[Patreon]({3})__
|
||||
info.footer=Help support the bot by becoming a patron today!
|
||||
|
||||
Reference in New Issue
Block a user