@discordeno/types 19.0.0-next.2dafa8f → 19.0.0-next.2f89d4d

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.
package/README.md CHANGED
@@ -103,28 +103,24 @@ Have your cache setup in any way you like. Redis, PGSQL or any cache layer you w
103
103
  Here is a minimal example to get started with:
104
104
 
105
105
  ```typescript
106
- import {
107
- createBot,
108
- Intents,
109
- startBot,
110
- } from "https://deno.land/x/discordeno@13.0.0/mod.ts";
106
+ import { createBot, Intents, startBot } from 'https://deno.land/x/discordeno@13.0.0/mod.ts'
111
107
 
112
108
  const bot = createBot({
113
109
  token: process.env.DISCORD_TOKEN,
114
110
  intents: Intents.Guilds | Intents.GuildMessages,
115
111
  events: {
116
112
  ready() {
117
- console.log("Successfully connected to gateway");
113
+ console.log('Successfully connected to gateway')
118
114
  },
119
115
  },
120
- });
116
+ })
121
117
 
122
118
  // Another way to do events
123
119
  bot.events.messageCreate = function (b, message) {
124
120
  // Process the message here with your command handler.
125
- };
121
+ }
126
122
 
127
- await startBot(bot);
123
+ await startBot(bot)
128
124
  ```
129
125
 
130
126
  ### Tools
@@ -153,6 +149,6 @@ and unofficial templates:
153
149
 
154
150
  ## Links
155
151
 
156
- - [Website](https://discordeno.mod.land)
152
+ - [Website](https://discordeno.js.org/)
157
153
  - [Documentation](https://doc.deno.land/https/deno.land/x/discordeno/mod.ts)
158
154
  - [Discord](https://discord.com/invite/5vBgXk3UcZ)
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+
6
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9