Moved config & db to separate directory
This commit is contained in:
@@ -44,6 +44,7 @@ def make(redditor, points, level_info):
|
||||
paras.append(normal_greeting(redditor))
|
||||
|
||||
paras.append(points_status(redditor, points, level_info))
|
||||
paras.append(divider())
|
||||
paras.append(footer())
|
||||
return '\n\n'.join(paras)
|
||||
|
||||
@@ -124,6 +125,11 @@ def progress_bar(points, level_info):
|
||||
return f'[{bar}]'
|
||||
|
||||
|
||||
def divider():
|
||||
'''A single dividing line in Markdown.'''
|
||||
return '***'
|
||||
|
||||
|
||||
def footer():
|
||||
return ('^(This bot is written and maintained by GlipGlorp7 '
|
||||
'| Learn more and view the source code on '
|
||||
|
||||
Reference in New Issue
Block a user