From 0bcf654e86a0355b58cdce29aba8634f240d7e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sun, 2 Jan 2022 02:38:50 +0100 Subject: [PATCH] Remove docstrings --- discord_reminder_bot/main.py | 5 ----- discord_reminder_bot/settings.py | 9 --------- 2 files changed, 14 deletions(-) diff --git a/discord_reminder_bot/main.py b/discord_reminder_bot/main.py index 3f6c4eb..2d2894b 100644 --- a/discord_reminder_bot/main.py +++ b/discord_reminder_bot/main.py @@ -1,8 +1,3 @@ -"""Discord bot that allows you to set reminders. - -Created by Joakim Hellsén -https://github.com/TheLovinator1/discord-reminder-bot -""" import datetime import logging diff --git a/discord_reminder_bot/settings.py b/discord_reminder_bot/settings.py index 40524ab..3c8d9a9 100644 --- a/discord_reminder_bot/settings.py +++ b/discord_reminder_bot/settings.py @@ -1,12 +1,3 @@ -""" -This file loads settings from environment. You can also use the .env file. - -You need to fill out bot_token and config_timezone. -bot_token is from https://discord.com/developers/applications -config_timezone is TZ database name. https://en.wikipedia.org/wiki/List_of_tz_database_time_zones -sqlite_location is where the database should be saved, default is /jobs.sqlite -log_level can be CRITICAL, ERROR, WARNING, INFO or DEBUG, default is INFO. -""" import os import pytz