Skip to content

Commit b877a04

Browse files
committed
fix: run manual sync instead of syncOnReady
1 parent c4534b2 commit b877a04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/discord/client.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Codercord {
6060
await commands.registerSlashCommands(interactions);
6161
multiselect.registerInteractionHandlers(interactions);
6262

63-
interactions.syncOnReady();
63+
interactions.sync();
6464
}
6565

6666
Future<List<Release>> triggerReleaseCheck(RepositorySlug slug) async {

0 commit comments

Comments
 (0)