Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX committed Oct 20, 2022
1 parent 28659db commit 42aa342
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion discordbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/cogs/antispam.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# License MIT
# Copyright 2016-2022 Alex Winkler
# Version 4.0.1
# Version 4.0.2

import asyncio
import discord
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/cogs/channelmoderation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/cogs/presence.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/cogs/rolecommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/cogs/textcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/cogs/wikicommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# License MIT
# Copyright 2016-2022 Alex Winkler
# Version 4.0.1
# Version 4.0.2

wikibaseurl = 'https://liquipedia.net/'

Expand Down
2 changes: 1 addition & 1 deletion ftsbot/functions/autocomplete.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/functions/rolefunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# License MIT
# Copyright 2016-2022 Alex Winkler
# Version 4.0.1
# Version 4.0.2

import random
import requests
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/functions/wikifunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# License MIT
# Copyright 2016-2022 Alex Winkler
# Version 4.0.1
# Version 4.0.2

import random
import requests
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/liquipediabot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion ftsbot/ui/reportform.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42aa342

Please sign in to comment.