Skip to content

Commit

Permalink
Move MessagePollImpl to internal package
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Apr 21, 2024
1 parent 7fa5984 commit fe12aac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
import net.dv8tion.jda.api.entities.emoji.EmojiUnion;
import net.dv8tion.jda.api.entities.emoji.RichCustomEmoji;
import net.dv8tion.jda.api.entities.messages.MessagePoll;
import net.dv8tion.jda.api.entities.messages.MessagePollImpl;
import net.dv8tion.jda.api.entities.sticker.*;
import net.dv8tion.jda.api.entities.templates.Template;
import net.dv8tion.jda.api.entities.templates.TemplateChannel;
Expand All @@ -68,6 +67,7 @@
import net.dv8tion.jda.internal.entities.emoji.CustomEmojiImpl;
import net.dv8tion.jda.internal.entities.emoji.RichCustomEmojiImpl;
import net.dv8tion.jda.internal.entities.emoji.UnicodeEmojiImpl;
import net.dv8tion.jda.internal.entities.messages.MessagePollImpl;
import net.dv8tion.jda.internal.entities.sticker.*;
import net.dv8tion.jda.internal.handle.EventCache;
import net.dv8tion.jda.internal.utils.Helpers;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
* limitations under the License.
*/

package net.dv8tion.jda.api.entities.messages;
package net.dv8tion.jda.internal.entities.messages;

import net.dv8tion.jda.api.entities.messages.MessagePoll;

import javax.annotation.Nonnull;
import java.time.OffsetDateTime;
Expand Down

0 comments on commit fe12aac

Please sign in to comment.