Remco Jongschaap

Results 10 issues of Remco Jongschaap

enhancement

If the bot starts, the script should pull the 100 most popular memes from Imgflip, and integrate them.

enhancement

This is to prevent a say flood when multiple bots are used.

enhancement
help wanted

Adds a bunch of new domains that are (actively) used to fake Steam trading URLs, this list was compiled by DMD. Supersedes #101 (sorry bup)

You haven't updated the npm module on npm's site in a while, but your repo has been updated several times

todo

**Please describe the changes this PR makes and why it should be merged:** `[APIMessageComponentEmoji].name` is always required. **Reference Discord API Docs PRs or commits:** https://discord.com/developers/docs/resources/emoji#emoji-object-emoji-structure > name: ?string **(can be...

semver:major

https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object-interaction-structure

This fixes various QOL things related to the evolution of the Discord API. - [The default general channel is being removed (BREAKING CHANGE)](https://github.com/hammerandchisel/discord-api-docs/pull/329) - Add reason support to `.kick()` -...

This PR will add the following: ### [`useDMPermission()`](https://discord.com/developers/docs/interactions/application-commands#application-command-permissions-object-using-default-permissions) Similar to `useDefaultPermission()`, but prevents usage in Direct Messages if false. ### [Command and command option localization](https://discord.com/developers/docs/interactions/application-commands#localization) ```ts export function start(): CommandHandler...