Emoji rest methods (node-migration-clean) (#2713)

* feat: all emoji rest methods

* Fix code style issues with ESLint

Co-authored-by: Lint Action <lint-action@samuelmeuli.com>
This commit is contained in:
Awesome Stickz
2023-01-06 02:46:20 +05:30
committed by GitHub
parent 51e9690b9b
commit 80eabe5f44
182 changed files with 489 additions and 311 deletions

View File

@@ -19,7 +19,7 @@ class Responses {
const msg = await this.message.channel.send(content);
//Assign properties to the response
// Assign properties to the response
const response = this.client.messages.forge(msg);
this.replied = true;
return response;