commit
This commit is contained in:
parent
68f4b60012
commit
41ae7ff4bd
1010 changed files with 38622 additions and 17071 deletions
2
node_modules/discord.js/src/structures/SelectMenuInteraction.js
generated
vendored
2
node_modules/discord.js/src/structures/SelectMenuInteraction.js
generated
vendored
|
@ -15,7 +15,7 @@ class SelectMenuInteraction extends StringSelectMenuInteraction {
|
|||
|
||||
if (!deprecationEmitted) {
|
||||
process.emitWarning(
|
||||
'The SelectMenuInteraction class is deprecated, use StringSelectMenuInteraction instead.',
|
||||
'The SelectMenuInteraction class is deprecated. Use StringSelectMenuInteraction instead.',
|
||||
'DeprecationWarning',
|
||||
);
|
||||
deprecationEmitted = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue