gubo-data-types 0.1.31 → 0.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,30 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DEFAULT_WELCOME = void 0;
4
- const DEFAULT_WELCOME_MESSAGE = `{emoji:star} Welcome {{{user}}} to **{guild}**!
5
-
6
- Your user ID is \`{user.id}\`, and your full tag is **{user.tag}**.
7
- Your account, **{user.name}**, was created on **{user.createdAt}**, which was **{accountAge}** ago.
8
-
9
- We now have **{memberCount} members** in total (you’re member #**{memberIndex}**).
10
- Your highest role is **{topRole}**, and you currently have **{roleCount} roles**: {roles}.
11
-
12
- You joined this server on **{joinedAt}**, which was founded on **{serverCreationDate}**,
13
- and currently has **{boosts} boosts** ({premiumSubscriptionCount} premium subscribers).
14
-
15
- The server ID is \`{guild.id}\`.
16
- Are you a bot? **{isBot}**
17
-
18
- We’re really glad to have you here {emoji:smile}!
19
-
20
- Check out {#1234567890} to get started, and drop by {channel:9876543210} to introduce yourself.
21
-
22
- {emoji:fire} Let the adventure begin!`;
23
- const DEFAULT_DM_MESSAGE = `{emoji:star} Welcome {{{user}}}!
24
-
25
- Your account **{user.name}** was created on **{user.createdAt}** ({accountAge} ago).
26
-
27
- We’re excited to have you in **{guild}** — check out {#1234567890} to get started! {emoji:fire}`;
4
+ const DEFAULT_WELCOME_MESSAGE = `{emoji:star} Welcome {{{user}}} to **{guild}**! {emoji:fire}`;
5
+ const DEFAULT_DM_MESSAGE = `{emoji:star} Welcome {{{user}}}!`;
28
6
  exports.DEFAULT_WELCOME = {
29
7
  enabled: false,
30
8
  useAutoSetup: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gubo-data-types",
3
- "version": "0.1.31",
3
+ "version": "0.1.35",
4
4
  "description": "Shared type definitions and defaults for GUBO Discord Bot (no firebase-admin dependency)",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -33,7 +33,7 @@
33
33
  "tickets",
34
34
  "economy"
35
35
  ],
36
- "author": "Tu Nombre <tu@email.com>",
36
+ "author": "gubo.bot@gmail.com",
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },