Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Loïc Bersier
Haha Yes
Commits
1eb2180c
Commit
1eb2180c
authored
Nov 05, 2020
by
Loïc Bersier
😎
Browse files
fetchAllMmebers
parent
4190fb53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
index.js
index.js
+4
-3
No files found.
index.js
View file @
1eb2180c
...
...
@@ -17,8 +17,9 @@ class hahaYesClient extends AkairoClient {
}
}
},
{
partials
:
[
'
MESSAGE
'
],
disableMentions
:
'
everyone
'
partials
:
[
'
MESSAGE
'
,
'
REACTION
'
],
disableMentions
:
'
everyone
'
,
fetchAllMembers
:
true
,
});
this
.
commandHandler
=
new
CommandHandler
(
this
,
{
...
...
@@ -70,4 +71,4 @@ class hahaYesClient extends AkairoClient {
}
const
client
=
new
hahaYesClient
();
client
.
login
(
token
);
client
.
login
(
token
);
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment