Skip to content

Commit

Permalink
add some sanity checking
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX committed Oct 6, 2022
1 parent ff013c4 commit 0fd2fb0
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
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.0
# Version 4.0.1

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.0
# Version 4.0.1

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.0
# Version 4.0.1

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.0
# Version 4.0.1

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.0
# Version 4.0.1

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.0
# Version 4.0.1

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.0
# Version 4.0.1

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.0
# Version 4.0.1

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.0
# Version 4.0.1

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.0
# Version 4.0.1

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.0
# Version 4.0.1

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.0
# Version 4.0.1

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.0
# Version 4.0.1

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.0
# Version 4.0.1

import discord
from discord import ui
Expand Down

0 comments on commit 0fd2fb0

Please sign in to comment.