change version number

This commit is contained in:
mudkipdev
2023-09-20 16:36:24 -06:00
parent 4f2f13b564
commit 924cd1df8d

View File

@@ -3,7 +3,7 @@ from discord.ext import commands
import discord import discord
from utils import Config from utils import Config
VERSION = "0.0.0" VERSION = "1.0.0"
INTENTS = discord.Intents.default() INTENTS = discord.Intents.default()
INTENTS.message_content = True INTENTS.message_content = True
INTENTS.members = True INTENTS.members = True