mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
yeah
This commit is contained in:
parent
a605c5fdd2
commit
5616e09037
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ module.exports = {
|
|||
onBefore: context => context.user.isClientOwner,
|
||||
onCancel: () => { },
|
||||
run: async (context) => {
|
||||
if (process.env.environment == "prodnew") return await editOrReply(context, createEmbed("error", "Cannot deploy on this instance."))
|
||||
if (process.env.environment !== "prodnew") return await editOrReply(context, createEmbed("error", "Cannot deploy on this instance."))
|
||||
await editOrReply(context, createEmbed("loading", context, "Querying deploy..."))
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue