You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constDISCORD_SERVER_ERROR='Whoops... we had an internal issue'
2
-
constDISCORD_SUCCESS=`🤩 What fantastic NFTs you have!
3
-
I gave you some new roles. Head back to your server to use them. 👋 See ya`
4
-
constDISCORD_FAIL=`🤔 We couldn't find the relevant NFTs in your wallet. If you believe this is an error, contact us: https://twitter.com/pi0neerpat`
1
+
constDISCORD_SERVER_ERROR=`⛈️ Sorry, something went wrong.`
2
+
constDISCORD_SUCCESS=`Success! What fantastic NFTs you have 🤩
3
+
I gave you a new role, enjoy!`
4
+
constDISCORD_FAIL=`🤔 I couldn't find the relevant NFTs in your wallet. If you believe this is an error, contact us: https://twitter.com/pi0neerpat`
5
5
constDISCORD_REPLY=`Please check your DMs`
6
6
constDISCORD_INITIAL_PROMPT=`👋 Hi there! Let's take a look at your NFTs.\n\nIn order to continue, you need to give the following permissions to the Unlock Protocol Bot:
7
7
\n\`- Fetch your wallet address from your CollabLand account\`
8
8
\n*Unlock Protocol Bot is a community-maintained project by @pi0neerpat*
9
9
\nMake your choice by clicking a button:`
10
10
constDISCORD_APPROVE_CONSENT=`Searching...`
11
11
constDISCORD_DENY_CONSENT=`Ok, no problem. Goodbye!`
12
-
constDISCORD_CONSENT_TIMEOUT=`👻 Ghosted! If you'd like to continue, you'll need to start over.
13
-
In your server, type "${process.env.INVOCATION_STRING}"`
12
+
constDISCORD_CONSENT_TIMEOUT=`👻 Ghosted! If you want to continue, you'll need to start over. In your server, type "${process.env.INVOCATION_STRING}"`
13
+
constDISCORD_INVALID_PERMISSIONS=`⛈️ Sorry, I'm powerless. The admin must give me permission to manage roles.`
14
+
constDISCORD_ALREADY_HAVE_ROLE=`👍 You already have the role `
0 commit comments