From 42aa342adb54fcaf72525f9962b1a6c52e6ff292 Mon Sep 17 00:00:00 2001 From: Alex Winkler Date: Thu, 20 Oct 2022 17:10:04 +0200 Subject: [PATCH] bump version number --- discordbot.py | 2 +- ftsbot/cogs/antispam.py | 2 +- ftsbot/cogs/channelmoderation.py | 2 +- ftsbot/cogs/presence.py | 2 +- ftsbot/cogs/rolecommands.py | 2 +- ftsbot/cogs/textcommands.py | 2 +- ftsbot/cogs/wikicommands.py | 2 +- ftsbot/config.py | 2 +- ftsbot/data.py | 2 +- ftsbot/functions/autocomplete.py | 2 +- ftsbot/functions/rolefunctions.py | 2 +- ftsbot/functions/wikifunctions.py | 2 +- ftsbot/liquipediabot.py | 2 +- ftsbot/secrets.py | 2 +- ftsbot/ui/reportform.py | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/discordbot.py b/discordbot.py index 17edcc0..9432e18 100644 --- a/discordbot.py +++ b/discordbot.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 from ftsbot.liquipediabot import liquipediabot from ftsbot import secrets diff --git a/ftsbot/cogs/antispam.py b/ftsbot/cogs/antispam.py index 45aaa8e..e34a7aa 100644 --- a/ftsbot/cogs/antispam.py +++ b/ftsbot/cogs/antispam.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 import asyncio import discord diff --git a/ftsbot/cogs/channelmoderation.py b/ftsbot/cogs/channelmoderation.py index e631b92..96b698d 100644 --- a/ftsbot/cogs/channelmoderation.py +++ b/ftsbot/cogs/channelmoderation.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 import discord from discord import app_commands diff --git a/ftsbot/cogs/presence.py b/ftsbot/cogs/presence.py index 1611563..a6575b4 100644 --- a/ftsbot/cogs/presence.py +++ b/ftsbot/cogs/presence.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 import discord from discord.ext import commands diff --git a/ftsbot/cogs/rolecommands.py b/ftsbot/cogs/rolecommands.py index 536af52..66e327e 100644 --- a/ftsbot/cogs/rolecommands.py +++ b/ftsbot/cogs/rolecommands.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 import discord from discord import app_commands diff --git a/ftsbot/cogs/textcommands.py b/ftsbot/cogs/textcommands.py index 8aa08f4..05c1c5f 100644 --- a/ftsbot/cogs/textcommands.py +++ b/ftsbot/cogs/textcommands.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 import discord from discord import app_commands diff --git a/ftsbot/cogs/wikicommands.py b/ftsbot/cogs/wikicommands.py index b947867..9b6a7a3 100644 --- a/ftsbot/cogs/wikicommands.py +++ b/ftsbot/cogs/wikicommands.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 import discord from discord import app_commands diff --git a/ftsbot/config.py b/ftsbot/config.py index c6ca722..ba00a29 100644 --- a/ftsbot/config.py +++ b/ftsbot/config.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 logtarget = 339287109988909057 # Here the channel id of the channel we want the private channel logs to be stored in privcat = 360564294401916929 # This is the id of the "Private Channels" Category diff --git a/ftsbot/data.py b/ftsbot/data.py index 67a3284..4f9060a 100644 --- a/ftsbot/data.py +++ b/ftsbot/data.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 wikibaseurl = 'https://liquipedia.net/' diff --git a/ftsbot/functions/autocomplete.py b/ftsbot/functions/autocomplete.py index 1cae10f..01299bc 100644 --- a/ftsbot/functions/autocomplete.py +++ b/ftsbot/functions/autocomplete.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 import discord from discord import app_commands diff --git a/ftsbot/functions/rolefunctions.py b/ftsbot/functions/rolefunctions.py index 92cc28a..a81e4c6 100644 --- a/ftsbot/functions/rolefunctions.py +++ b/ftsbot/functions/rolefunctions.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 import random import requests diff --git a/ftsbot/functions/wikifunctions.py b/ftsbot/functions/wikifunctions.py index 0daefe3..9a14af7 100644 --- a/ftsbot/functions/wikifunctions.py +++ b/ftsbot/functions/wikifunctions.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 import random import requests diff --git a/ftsbot/liquipediabot.py b/ftsbot/liquipediabot.py index 994e7af..302f24a 100644 --- a/ftsbot/liquipediabot.py +++ b/ftsbot/liquipediabot.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 import discord from discord.ext import commands diff --git a/ftsbot/secrets.py b/ftsbot/secrets.py index 971dd29..866d61b 100644 --- a/ftsbot/secrets.py +++ b/ftsbot/secrets.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 import os envfile = os.path.join(os.path.dirname(os.path.abspath(__file__)), '..', '.env') diff --git a/ftsbot/ui/reportform.py b/ftsbot/ui/reportform.py index 2bbd087..c1ccf90 100644 --- a/ftsbot/ui/reportform.py +++ b/ftsbot/ui/reportform.py @@ -2,7 +2,7 @@ # License MIT # Copyright 2016-2022 Alex Winkler -# Version 4.0.1 +# Version 4.0.2 import discord from discord import ui