mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
feat: promisified single interaction collection (#5770)
This commit is contained in:
@@ -49,6 +49,8 @@ const Messages = {
|
||||
BUTTON_URL: 'MessageButton url must be a string',
|
||||
BUTTON_CUSTOM_ID: 'MessageButton customID must be a string',
|
||||
|
||||
INTERACTION_COLLECTOR_TIMEOUT: 'Collector timed out without receiving any interactions',
|
||||
|
||||
FILE_NOT_FOUND: file => `File could not be found: ${file}`,
|
||||
|
||||
USER_NO_DMCHANNEL: 'No DM Channel exists!',
|
||||
|
||||
Reference in New Issue
Block a user