From dae41a030d93b59e172c466ac4d1ebaedba0d41c Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 23 Sep 2023 11:13:20 -0400 Subject: [PATCH] misc(sugoncredit): updated install message to say economy instead of bank --- sugoncredit/info.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sugoncredit/info.json b/sugoncredit/info.json index 573321e..5be2f87 100644 --- a/sugoncredit/info.json +++ b/sugoncredit/info.json @@ -1,9 +1,9 @@ { "author" : ["SeaswimmerTheFsh"], - "install_msg" : "Thank you for installing SugonCredit!\n**Please load the Bank cog before loading this cog.**\nYou can find the source code of this cog here: https://git.seaswimmer.cc/SeaswimmerTheFsh/GalaxyCogs.", + "install_msg" : "Thank you for installing SugonCredit!\n**Please load the Economy cog before loading this cog.**\nYou can find the source code of this cog here: https://git.seaswimmer.cc/SeaswimmerTheFsh/GalaxyCogs.", "name" : "SugonCredit", "short" : "Simple points system.", "description" : "Implements a way for moderators to give out social-credit like points, dubbed 'sugoncredits' by the community.", - "tags" : ["bank"], + "tags" : ["economy"], "end_user_data_statement": "This cog stores no end user data." }