mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +01:00
Minor refactor of Actions
This commit is contained in:
@@ -4,9 +4,7 @@ class UserGetAction extends Action {
|
||||
handle(data) {
|
||||
const client = this.client;
|
||||
const user = client.dataManager.newUser(data);
|
||||
return {
|
||||
user,
|
||||
};
|
||||
return { user };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user