Added set version tool #70

This commit is contained in:
2022-10-21 12:45:46 +02:00
parent e9b74140b5
commit fd2d30ee7f
65 changed files with 380 additions and 68 deletions

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api'
__title__ = 'kdb-bot.bot_api'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.abc'
__title__ = 'kdb-bot.bot_api.abc'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -2,9 +2,9 @@
"ProjectSettings": {
"Name": "bot-api",
"Version": {
"Major": "1",
"Minor": "0",
"Micro": "0"
"Major": "0",
"Minor": "3",
"Micro": "dev70"
},
"Author": "",
"AuthorEmail": "",
@@ -16,7 +16,7 @@
"LicenseName": "",
"LicenseDescription": "",
"Dependencies": [
"cpl-core==2022.10.0.post6"
"cpl-core==2022.10.0.post7"
],
"DevDependencies": [
"cpl-cli==2022.10.0"

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.configuration'
__title__ = 'kdb-bot.bot_api.configuration'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.controller'
__title__ = 'kdb-bot.bot_api.controller'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.controller.discord'
__title__ = 'kdb-bot.bot_api.controller.discord'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.event'
__title__ = 'kdb-bot.bot_api.event'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.exception'
__title__ = 'kdb-bot.bot_api.exception'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.filter'
__title__ = 'kdb-bot.bot_api.filter'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.filter.discord'
__title__ = 'kdb-bot.bot_api.filter.discord'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.logging'
__title__ = 'kdb-bot.bot_api.logging'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.mail'
__title__ = 'kdb-bot.bot_api.mail'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.model'
__title__ = 'kdb-bot.bot_api.model'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.model.discord'
__title__ = 'kdb-bot.bot_api.model.discord'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.route'
__title__ = 'kdb-bot.bot_api.route'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.service'
__title__ = 'kdb-bot.bot_api.service'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'

View File

@@ -11,7 +11,7 @@ Discord bot for the Keksdose discord Server
"""
__title__ = 'bot_api.transformer'
__title__ = 'kdb-bot.bot_api.transformer'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2022 sh-edraft.de'