diff --git a/README.md b/README.md
index c309e1c..74e628e 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,17 @@
-An evolving chatbot to help users primarily with live stream production, effects and other processes.
+# Praxis Bot
+
+Praxis_Bot is a piece of software that's primarily focusing on improving communication and management between different processes and services, in order to run commands and enhance experiences in various spaces. (ie. IRL, Live Streams, Chat Rooms, Other Digital Spaces)
+
+This bot aims to assist and enhance live streams, digital exhibits, chat rooms, and other spaces. The bot provides and assists with several things like commands, channel rewards, stream sources, digital or practical effects, and moderation support, especially across various different platforms simultaneously.
+
+
___
-# Praxis Bot
-
-## Docker:
+# Docker:
This bot primarily uses docker to run various services.
-### Image Setup:
+## Image Setup:
Use the following command to setup all the images.
@@ -15,7 +19,7 @@ Windows: `makedockerimages.bat`
Linux: `makedockerimages.sh`
-### Docker-Compose Info:
+## Docker-Compose Info:
To Start:
`docker-compose up -d`
@@ -24,7 +28,7 @@ To Stop:
___
-### User TTS Speaker:
+# User TTS Speaker:
To receive audio from standalone_tt_core.py launch standalone_tts_speaker.py.
`python standalone_tts_speaker.py`
@@ -36,7 +40,7 @@ linux: `praxis-tts-speaker.sh`
___
-### User Web Client:
+# User Web Client:
To access the User Client visit `index.html` from `\user_client\v1\` in your browser.
@@ -97,4 +101,15 @@ To load them, run `load_credentials()` from `Credentials_Module` in the `credent
+___
+
+# Support The Project:
+
+If you wish to support the project, the easiest way to do so is by sending either BTC or Eth
+
+Bitcoin: `1BFQTkb43bGMSNJjsQtiqai5eQjF5CLcAG`
+Ethereum: `0x34DE0330ba2CD4030bBbFE9B46D31DeFeE1ffa54`
+
+
+
___
\ No newline at end of file
diff --git a/channel_rewards/channelRewards_base.py b/channel_rewards/channelRewards_base.py
index 5512b8a..94b65f1 100644
--- a/channel_rewards/channelRewards_base.py
+++ b/channel_rewards/channelRewards_base.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
@@ -7,6 +8,8 @@
# Authors:
# Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com
# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd
+# Virgil / hocestpotest@gmail.com
+# Github: hoc-est-potest
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
diff --git a/channel_rewards/channelRewards_loader.py b/channel_rewards/channelRewards_loader.py
index 726f5b0..75dbcf2 100644
--- a/channel_rewards/channelRewards_loader.py
+++ b/channel_rewards/channelRewards_loader.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
@@ -7,6 +8,8 @@
# Authors:
# Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com
# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd
+# Virgil / hocestpotest@gmail.com
+# Github: hoc-est-potest
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
diff --git a/channel_rewards/implemented/ChannelReward_Hydration.py b/channel_rewards/implemented/ChannelReward_Hydration.py
index bcef2c1..5752cfa 100644
--- a/channel_rewards/implemented/ChannelReward_Hydration.py
+++ b/channel_rewards/implemented/ChannelReward_Hydration.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/channel_rewards/implemented/ChannelReward_RubiksCube.py b/channel_rewards/implemented/ChannelReward_RubiksCube.py
index f6dd6dd..e84476e 100644
--- a/channel_rewards/implemented/ChannelReward_RubiksCube.py
+++ b/channel_rewards/implemented/ChannelReward_RubiksCube.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/channel_rewards/implemented/ChannelReward_SuggestPoll.py b/channel_rewards/implemented/ChannelReward_SuggestPoll.py
index b12395e..3099730 100644
--- a/channel_rewards/implemented/ChannelReward_SuggestPoll.py
+++ b/channel_rewards/implemented/ChannelReward_SuggestPoll.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/channel_rewards/implemented/ChannelReward_TTS.py b/channel_rewards/implemented/ChannelReward_TTS.py
index 0b1ccd4..a108717 100644
--- a/channel_rewards/implemented/ChannelReward_TTS.py
+++ b/channel_rewards/implemented/ChannelReward_TTS.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/channel_rewards/implemented/ChannelReward_Workout_Pushups.py b/channel_rewards/implemented/ChannelReward_Workout_Pushups.py
index 63335a2..7aa453e 100644
--- a/channel_rewards/implemented/ChannelReward_Workout_Pushups.py
+++ b/channel_rewards/implemented/ChannelReward_Workout_Pushups.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/channel_rewards/implemented/ChannelReward_Workout_Situps.py b/channel_rewards/implemented/ChannelReward_Workout_Situps.py
index b6f024e..3777841 100644
--- a/channel_rewards/implemented/ChannelReward_Workout_Situps.py
+++ b/channel_rewards/implemented/ChannelReward_Workout_Situps.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/channel_rewards/implemented/ChannelReward_Workout_Squats.py b/channel_rewards/implemented/ChannelReward_Workout_Squats.py
index 90bbc14..c8c8260 100644
--- a/channel_rewards/implemented/ChannelReward_Workout_Squats.py
+++ b/channel_rewards/implemented/ChannelReward_Workout_Squats.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/channel_rewards/implemented/ChannelReward_twitchBits.py b/channel_rewards/implemented/ChannelReward_twitchBits.py
index 452eb15..b86f6f2 100644
--- a/channel_rewards/implemented/ChannelReward_twitchBits.py
+++ b/channel_rewards/implemented/ChannelReward_twitchBits.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/channel_rewards/implemented/ChannelReward_twitchSubs.py b/channel_rewards/implemented/ChannelReward_twitchSubs.py
index 5f3a2cd..97c8e58 100644
--- a/channel_rewards/implemented/ChannelReward_twitchSubs.py
+++ b/channel_rewards/implemented/ChannelReward_twitchSubs.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/chyron_module.py b/chyron_module.py
index 966233d..abf0f50 100644
--- a/chyron_module.py
+++ b/chyron_module.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/commands/command_base.py b/commands/command_base.py
index 7b92230..eef782a 100644
--- a/commands/command_base.py
+++ b/commands/command_base.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
@@ -7,6 +8,8 @@
# Authors:
# Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com
# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd
+# Virgil / hocestpotest@gmail.com
+# Github: hoc-est-potest
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
diff --git a/commands/implemented/Command_chyron_v2.py b/commands/implemented/Command_chyron_v2.py
index f7860c7..af82ec1 100644
--- a/commands/implemented/Command_chyron_v2.py
+++ b/commands/implemented/Command_chyron_v2.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/commands/implemented/Command_lights_v2.py b/commands/implemented/Command_lights_v2.py
index 4f3d011..b8b7545 100644
--- a/commands/implemented/Command_lights_v2.py
+++ b/commands/implemented/Command_lights_v2.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/commands/implemented/Command_roll_v2.py b/commands/implemented/Command_roll_v2.py
index 3741f09..ed8a2e0 100644
--- a/commands/implemented/Command_roll_v2.py
+++ b/commands/implemented/Command_roll_v2.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/commands/implemented/Command_test_v2.py b/commands/implemented/Command_test_v2.py
index 2b23ff5..2dedb00 100644
--- a/commands/implemented/Command_test_v2.py
+++ b/commands/implemented/Command_test_v2.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/commands/implemented/Command_text_v2.py b/commands/implemented/Command_text_v2.py
index 0265385..bf0fae8 100644
--- a/commands/implemented/Command_text_v2.py
+++ b/commands/implemented/Command_text_v2.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/commands/implemented/Command_tts_v2.py b/commands/implemented/Command_tts_v2.py
index 09956da..c707053 100644
--- a/commands/implemented/Command_tts_v2.py
+++ b/commands/implemented/Command_tts_v2.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/commands/loader.py b/commands/loader.py
index eb45908..115de3b 100644
--- a/commands/loader.py
+++ b/commands/loader.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
@@ -7,6 +8,8 @@
# Authors:
# Alex Orid / inquiries@thecuriousnerd.com / TheCuriousNerd.com
# Twitter: @TheCuriousNerd / Twitch: TheCuriousNerd / Youtube: thecuriousnerd / Github: TheCuriousNerd
+# Virgil / hocestpotest@gmail.com
+# Github: hoc-est-potest
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
diff --git a/config.py b/config.py
index 9940643..78851de 100644
--- a/config.py
+++ b/config.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/cooldowns.py b/cooldowns.py
index 23a5018..169cbe9 100644
--- a/cooldowns.py
+++ b/cooldowns.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/credentials.py b/credentials.py
index 2bccb23..4eedb59 100644
--- a/credentials.py
+++ b/credentials.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/db.py b/db.py
index 5b44b7a..c423e73 100644
--- a/db.py
+++ b/db.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/event_logs/event_log_Module.py b/event_logs/event_log_Module.py
index c4cedd4..d797b2a 100644
--- a/event_logs/event_log_Module.py
+++ b/event_logs/event_log_Module.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/help_module.py b/help_module.py
index 76ad5e0..436699d 100644
--- a/help_module.py
+++ b/help_module.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/hotkey_script.py b/hotkey_script.py
index 7cf28c8..ea80f98 100644
--- a/hotkey_script.py
+++ b/hotkey_script.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/lights_module.py b/lights_module.py
index b696ab3..b16bc5b 100644
--- a/lights_module.py
+++ b/lights_module.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/main.py b/main.py
index a4a92bd..b0f922f 100644
--- a/main.py
+++ b/main.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/obsWebSocket.py b/obsWebSocket.py
index 65c5865..f4237b3 100644
--- a/obsWebSocket.py
+++ b/obsWebSocket.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/praxis_logging.py b/praxis_logging.py
index dc31319..ed5b66a 100644
--- a/praxis_logging.py
+++ b/praxis_logging.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/standalone_channelrewards.py b/standalone_channelrewards.py
index fb9fceb..67e8470 100644
--- a/standalone_channelrewards.py
+++ b/standalone_channelrewards.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/standalone_command.py b/standalone_command.py
index dfe80b6..4182bd2 100644
--- a/standalone_command.py
+++ b/standalone_command.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/standalone_discord_script.py b/standalone_discord_script.py
index 87b5b0d..a9383dd 100644
--- a/standalone_discord_script.py
+++ b/standalone_discord_script.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/standalone_eventLog.py b/standalone_eventLog.py
index 680c6c3..1deee74 100644
--- a/standalone_eventLog.py
+++ b/standalone_eventLog.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/standalone_lights.py b/standalone_lights.py
index 59234a9..a97927e 100644
--- a/standalone_lights.py
+++ b/standalone_lights.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/standalone_obsWebSocket.py b/standalone_obsWebSocket.py
index a4ebaa0..7eabc1f 100644
--- a/standalone_obsWebSocket.py
+++ b/standalone_obsWebSocket.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/standalone_tts_core.py b/standalone_tts_core.py
index 396523f..4c7d5a2 100644
--- a/standalone_tts_core.py
+++ b/standalone_tts_core.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/standalone_tts_speaker.py b/standalone_tts_speaker.py
index 9a8e63f..e76f797 100644
--- a/standalone_tts_speaker.py
+++ b/standalone_tts_speaker.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/standalone_twitch_pubsub.py b/standalone_twitch_pubsub.py
index 10cabba..281e386 100644
--- a/standalone_twitch_pubsub.py
+++ b/standalone_twitch_pubsub.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/standalone_twitch_script.py b/standalone_twitch_script.py
index 31a8b71..13a5d90 100644
--- a/standalone_twitch_script.py
+++ b/standalone_twitch_script.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/standalone_user_client.py b/standalone_user_client.py
index f9100b5..f414897 100644
--- a/standalone_user_client.py
+++ b/standalone_user_client.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/standalone_webSource.py b/standalone_webSource.py
index 7db16bb..4d25de1 100644
--- a/standalone_webSource.py
+++ b/standalone_webSource.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/tempText_Module.py b/tempText_Module.py
index a1fbfc8..244cf44 100644
--- a/tempText_Module.py
+++ b/tempText_Module.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/test_module.py b/test_module.py
index 68097ba..0d28a3d 100644
--- a/test_module.py
+++ b/test_module.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/tests/test_tts.py b/tests/test_tts.py
index faf992e..4b29257 100644
--- a/tests/test_tts.py
+++ b/tests/test_tts.py
@@ -1,3 +1,27 @@
+# The main repository of Praxis_Bot can be found at: .
+# Copyright (C) 2021
+
+# Author Info Examples:
+# Name / Email / Website
+# Twitter / Twitch / Youtube / Github
+
+# Authors:
+# Virgil / hocestpotest@gmail.com
+# Github: hoc-est-potest
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see .
+
import unittest
import tts
diff --git a/tests/test_twitch_script_class.py b/tests/test_twitch_script_class.py
index 76b6121..dc4df77 100644
--- a/tests/test_twitch_script_class.py
+++ b/tests/test_twitch_script_class.py
@@ -1,3 +1,27 @@
+# The main repository of Praxis_Bot can be found at: .
+# Copyright (C) 2021
+
+# Author Info Examples:
+# Name / Email / Website
+# Twitter / Twitch / Youtube / Github
+
+# Authors:
+# Virgil / hocestpotest@gmail.com
+# Github: hoc-est-potest
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as
+# published by the Free Software Foundation, either version 3 of the
+# License, or (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Affero General Public License for more details.
+
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see .
+
import unittest
import twitch_script_class
import twitch
diff --git a/timers_module.py b/timers_module.py
index d81fda4..7ec794a 100644
--- a/timers_module.py
+++ b/timers_module.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/tts.py b/tts.py
index c0fa498..73c5c6f 100644
--- a/tts.py
+++ b/tts.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/twitch_generate_credentials.py b/twitch_generate_credentials.py
index 8907b68..fcc20fd 100644
--- a/twitch_generate_credentials.py
+++ b/twitch_generate_credentials.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/user_client/v1/index.html b/user_client/v1/index.html
index c65f2dd..e2fcffc 100644
--- a/user_client/v1/index.html
+++ b/user_client/v1/index.html
@@ -1,3 +1,28 @@
+
+
diff --git a/user_client/v1/index.js b/user_client/v1/index.js
deleted file mode 100644
index 72dc7b9..0000000
--- a/user_client/v1/index.js
+++ /dev/null
@@ -1,4 +0,0 @@
-document.addEventListener('DOMContentLoaded', function() {
- var elems = document.querySelectorAll('.fixed-action-btn');
- var instances = M.FloatingActionButton.init(elems, options);
- });
\ No newline at end of file
diff --git a/user_client_module_InfoLookup.py b/user_client_module_InfoLookup.py
index de402eb..0175cdb 100644
--- a/user_client_module_InfoLookup.py
+++ b/user_client_module_InfoLookup.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/user_module.py b/user_module.py
index 6313e93..30d1457 100644
--- a/user_module.py
+++ b/user_module.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples:
diff --git a/utilities_script.py b/utilities_script.py
index c89fc18..6e0e491 100644
--- a/utilities_script.py
+++ b/utilities_script.py
@@ -1,3 +1,4 @@
+# The main repository of Praxis_Bot can be found at: .
# Copyright (C) 2021
# Author Info Examples: