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