diff --git a/src/main/java/ca/tweetzy/auctionhouse/api/UpdateChecker.java b/src/main/java/ca/tweetzy/auctionhouse/helpers/UpdateChecker.java similarity index 98% rename from src/main/java/ca/tweetzy/auctionhouse/api/UpdateChecker.java rename to src/main/java/ca/tweetzy/auctionhouse/helpers/UpdateChecker.java index c60c471..01059fd 100644 --- a/src/main/java/ca/tweetzy/auctionhouse/api/UpdateChecker.java +++ b/src/main/java/ca/tweetzy/auctionhouse/helpers/UpdateChecker.java @@ -1,6 +1,6 @@ /* * Auction House - * Copyright 2018-2022 Kiran Hart + * Copyright 2018-2023 Kiran Hart * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -package ca.tweetzy.auctionhouse.api; +package ca.tweetzy.auctionhouse.helpers; import ca.tweetzy.core.TweetyPlugin; import ca.tweetzy.core.utils.TextUtils;