diff --git a/LICENSE b/LICENSE index 4a77914..3ed3878 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2016-2021 Alex Winkler +Copyright (c) 2016-2023 Alex Winkler Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/discordbot.py b/discordbot.py index e9e67c5..86d28f3 100644 --- a/discordbot.py +++ b/discordbot.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 from ftsbot.liquipediabot import liquipediabot diff --git a/ftsbot/cogs/antispam.py b/ftsbot/cogs/antispam.py index eeef682..65a9968 100644 --- a/ftsbot/cogs/antispam.py +++ b/ftsbot/cogs/antispam.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 import asyncio diff --git a/ftsbot/cogs/channelmoderation.py b/ftsbot/cogs/channelmoderation.py index 47fc411..852d81d 100644 --- a/ftsbot/cogs/channelmoderation.py +++ b/ftsbot/cogs/channelmoderation.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 import discord diff --git a/ftsbot/cogs/presence.py b/ftsbot/cogs/presence.py index 95d5883..34757b4 100644 --- a/ftsbot/cogs/presence.py +++ b/ftsbot/cogs/presence.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 import discord diff --git a/ftsbot/cogs/rolecommands.py b/ftsbot/cogs/rolecommands.py index b7f6cc1..d3d3414 100644 --- a/ftsbot/cogs/rolecommands.py +++ b/ftsbot/cogs/rolecommands.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 import discord diff --git a/ftsbot/cogs/textcommands.py b/ftsbot/cogs/textcommands.py index 1255325..202d667 100644 --- a/ftsbot/cogs/textcommands.py +++ b/ftsbot/cogs/textcommands.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 import discord diff --git a/ftsbot/cogs/wikicommands.py b/ftsbot/cogs/wikicommands.py index 66be938..e58c0e4 100644 --- a/ftsbot/cogs/wikicommands.py +++ b/ftsbot/cogs/wikicommands.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 import discord diff --git a/ftsbot/config.py b/ftsbot/config.py index 7530a32..caf9c67 100644 --- a/ftsbot/config.py +++ b/ftsbot/config.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 logtarget = 339287109988909057 # Here the channel id of the channel we want the private channel logs to be stored in diff --git a/ftsbot/data.py b/ftsbot/data.py index 297a54d..cb3b458 100644 --- a/ftsbot/data.py +++ b/ftsbot/data.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 wikibaseurl = 'https://liquipedia.net/' diff --git a/ftsbot/functions/autocomplete.py b/ftsbot/functions/autocomplete.py index 62f0f9e..9bda650 100644 --- a/ftsbot/functions/autocomplete.py +++ b/ftsbot/functions/autocomplete.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 import discord diff --git a/ftsbot/functions/rolefunctions.py b/ftsbot/functions/rolefunctions.py index 67d7e83..57c20b2 100644 --- a/ftsbot/functions/rolefunctions.py +++ b/ftsbot/functions/rolefunctions.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 import requests diff --git a/ftsbot/functions/wikifunctions.py b/ftsbot/functions/wikifunctions.py index 8e9d453..46c211e 100644 --- a/ftsbot/functions/wikifunctions.py +++ b/ftsbot/functions/wikifunctions.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 import random diff --git a/ftsbot/liquipediabot.py b/ftsbot/liquipediabot.py index 5472d2a..0b8b833 100644 --- a/ftsbot/liquipediabot.py +++ b/ftsbot/liquipediabot.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 import discord diff --git a/ftsbot/secrets.py b/ftsbot/secrets.py index aacec3b..ba8c739 100644 --- a/ftsbot/secrets.py +++ b/ftsbot/secrets.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 import os diff --git a/ftsbot/ui/reportform.py b/ftsbot/ui/reportform.py index 5ab7933..b7640b6 100644 --- a/ftsbot/ui/reportform.py +++ b/ftsbot/ui/reportform.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # License MIT -# Copyright 2016-2022 Alex Winkler +# Copyright 2016-2023 Alex Winkler # Version 4.0.3 import discord