feat(Client) Split redeemNitro and autoRedeemNitro

This commit is contained in:
TheDevYellowy
2022-07-09 05:40:02 -05:00
parent 4e52655c08
commit 7d42d08cdb
3 changed files with 49 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ class MessageCreateAction extends Action {
channel.lastMessageId = data.id;
if (client.options.autoRedeemNitro) {
client.redeemNitro(message, channel);
client.autoRedeemNitro(message, channel);
}
/**