mirror of
https://github.com/kiranhart/Auction-House.git
synced 2025-02-17 19:31:20 +01:00
🔁 update checker moved to helper package
Took 30 seconds
This commit is contained in:
parent
22d82a94b2
commit
18b2e1043d
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Auction House
|
* Auction House
|
||||||
* Copyright 2018-2022 Kiran Hart
|
* Copyright 2018-2023 Kiran Hart
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -16,7 +16,7 @@
|
|||||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package ca.tweetzy.auctionhouse.api;
|
package ca.tweetzy.auctionhouse.helpers;
|
||||||
|
|
||||||
import ca.tweetzy.core.TweetyPlugin;
|
import ca.tweetzy.core.TweetyPlugin;
|
||||||
import ca.tweetzy.core.utils.TextUtils;
|
import ca.tweetzy.core.utils.TextUtils;
|
Loading…
Reference in New Issue
Block a user