mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
parent
07623d49e2
commit
3d92c6d316
1 changed files with 1 additions and 1 deletions
|
|
@ -763,7 +763,7 @@ class RESTMethods {
|
|||
);
|
||||
}
|
||||
|
||||
fetchMeMentions(options) {
|
||||
fetchMentions(options) {
|
||||
if (options.guild) options.guild = options.guild.id ? options.guild.id : options.guild;
|
||||
return this.rest.makeRequest(
|
||||
'get',
|
||||
|
|
|
|||
Loading…
Reference in a new issue