Skip to content

Commit

Permalink
Update store_message_info_MOD.js
Browse files Browse the repository at this point in the history
  • Loading branch information
master3395 committed Apr 12, 2024
1 parent 89ddf24 commit 2bcc52c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/store_message_info_MOD.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ module.exports = {
dataType = 'Guild ID';
break;
case 27:
dataType = 'Boolean';
break;

Check failure on line 140 in actions/store_message_info_MOD.js

View workflow job for this annotation

GitHub Actions / ESLint

Replace `↹↹` with `········`
case 28: // Added case for storing sticker count
dataType = 'Number';
break;
Expand Down

0 comments on commit 2bcc52c

Please sign in to comment.