discord-sticky-message-bot
discord-sticky-message-bot copied to clipboard
A simple bot that gonna send your stickied message after few message.
Bumps [discord.js](https://github.com/discordjs/discord.js) from 13.6.0 to 14.8.0. Release notes Sourced from discord.js's releases. 14.8.0 Bug Fixes snowflake: Snowflakes length (#9144) (955e8fe) Actions: Inject built data by using a symbol (#9203) (a63ac88)...
Bumps [eslint](https://github.com/eslint/eslint) from 8.7.0 to 8.36.0. Release notes Sourced from eslint's releases. v8.36.0 Features c89a485 feat: Add checkJSDoc option to multiline-comment-style (#16807) (Laurent Cozic) f5f5e11 feat: Serialize parsers/processors in flat...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [dotenv](https://github.com/motdotla/dotenv) from 14.3.0 to 16.0.3. Changelog Sourced from dotenv's changelog. 16.0.3 (2022-09-29) Changed Added library version to debug logs (#682) 16.0.2 (2022-08-30) Added Export env-options.js and cli-options.js in package.json...
Why didn't add ability to use embeds?
**I get This Error from the command prompt** C:\Users\eimaa\dcstick\node_modules\discord.js\src\client\Client.js:548 throw new TypeError('CLIENT_MISSING_INTENTS'); ^ TypeError [CLIENT_MISSING_INTENTS]: Valid intents must be provided for the Client. at Client._validateOptions (C:\Users\eimaa\dcstick\node_modules\discord.js\src\client\Client.js:548:13) at new Client (C:\Users\eimaa\dcstick\node_modules\discord.js\src\client\Client.js:76:10)...
Yeah so when I remove this piece of code I get an error. https://github.com/andrerahardjo97/discord-sticky-message-bot/blob/74eb73ff2d00943aad5fefd33015600370b8479f/index.js#L23-L25 Not sure what I can do to fix this. Error: `(node:19132) UnhandledPromiseRejectionWarning: TypeError: lastStickyMessage.delete is not...