Remove docstrings
This commit is contained in:
@ -1,8 +1,3 @@
|
|||||||
"""Discord bot that allows you to set reminders.
|
|
||||||
|
|
||||||
Created by Joakim Hellsén <tlovinator@gmail.com>
|
|
||||||
https://github.com/TheLovinator1/discord-reminder-bot
|
|
||||||
"""
|
|
||||||
import datetime
|
import datetime
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
@ -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 os
|
||||||
|
|
||||||
import pytz
|
import pytz
|
||||||
|
Reference in New Issue
Block a user