mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-02 00:31:27 +03:00
Update website url
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*
|
||||
* @name @eartharoid/discordtickets
|
||||
* @name @eartharoid/discord-tickets
|
||||
* @description An open-source Discord bot for ticket management
|
||||
* @copyright 2021 Isaac Saunders
|
||||
* @license GNU-GPLv3
|
||||
|
@@ -1,7 +1,7 @@
|
||||
const { Plugin } = require('../modules/plugins');
|
||||
|
||||
module.exports = class SettingsServer extends Plugin {
|
||||
constructor(client){
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
id: 'internal.settings'
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user