From 924cd1df8d7fb10a128b474c84d469c316554d8f Mon Sep 17 00:00:00 2001 From: mudkipdev Date: Wed, 20 Sep 2023 16:36:24 -0600 Subject: [PATCH] change version number --- scnewsbot/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scnewsbot/bot.py b/scnewsbot/bot.py index 206a6aa..d238941 100644 --- a/scnewsbot/bot.py +++ b/scnewsbot/bot.py @@ -3,7 +3,7 @@ from discord.ext import commands import discord from utils import Config -VERSION = "0.0.0" +VERSION = "1.0.0" INTENTS = discord.Intents.default() INTENTS.message_content = True INTENTS.members = True