File tree 1 file changed +14
-0
lines changed
src/main/java/net/dv8tion/jda/internal/entities/detached
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -536,6 +536,13 @@ public SnowflakeCacheView<GuildSticker> getStickerCache()
536
536
throw detachedException ();
537
537
}
538
538
539
+ @ Nonnull
540
+ @ Override
541
+ public SnowflakeCacheView <SoundboardSound > getSoundboardSoundCache ()
542
+ {
543
+ throw detachedException ();
544
+ }
545
+
539
546
@ Nonnull
540
547
@ Override
541
548
public List <GuildChannel > getChannels (boolean includeHidden )
@@ -997,6 +1004,13 @@ public AuditableRestAction<Void> deleteSticker(@Nonnull StickerSnowflake id)
997
1004
throw detachedException ();
998
1005
}
999
1006
1007
+ @ Nonnull
1008
+ @ Override
1009
+ public SoundboardSoundCreateAction createSoundboardSound (@ Nonnull String name , @ Nonnull FileUpload file )
1010
+ {
1011
+ throw detachedException ();
1012
+ }
1013
+
1000
1014
@ Nonnull
1001
1015
@ Override
1002
1016
public ChannelOrderAction modifyCategoryPositions ()
You can’t perform that action at this time.
0 commit comments