changes for eris + new loading UX
This commit is contained in:
parent
9231fcc671
commit
022ec6b999
18 changed files with 84 additions and 81 deletions
|
@ -51,6 +51,10 @@ class Functions {
|
|||
return role;
|
||||
}
|
||||
|
||||
searchMembers (guild, input) {
|
||||
|
||||
}
|
||||
|
||||
embedColor (guild, member) {
|
||||
if (!member) {
|
||||
return guild.members.cache.get(this.client.user.id).displayHexColor;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue