Added more links to bot comment footer
This commit is contained in:
@@ -131,8 +131,9 @@ def divider():
|
|||||||
|
|
||||||
|
|
||||||
def footer():
|
def footer():
|
||||||
return ('^(This bot is written and maintained by GlipGlorp7 '
|
return ('^(Bot maintained by GlipGlorp7 '
|
||||||
'| Learn more and view the source code on '
|
'| [Scoreboard](https://points.minecrafthelp.co.uk) '
|
||||||
'[Github](https://github.com/cur33/PointsBot))')
|
'| [Feedback](https://forms.gle/m94aGjFQwGopqQ836) '
|
||||||
|
'| [Source Code](https://github.com/cur33/PointsBot))')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -16,15 +16,15 @@ def leftpad(msg, num_indents=1):
|
|||||||
### Tests ###
|
### Tests ###
|
||||||
|
|
||||||
levels = [
|
levels = [
|
||||||
pointsbot.level.Level('Novice', 1),
|
pointsbot.level.Level('Novice', 1, ''),
|
||||||
pointsbot.level.Level('Apprentice', 5),
|
pointsbot.level.Level('Apprentice', 5, ''),
|
||||||
pointsbot.level.Level('Journeyman', 15),
|
pointsbot.level.Level('Journeyman', 15, ''),
|
||||||
pointsbot.level.Level('Expert', 45),
|
pointsbot.level.Level('Expert', 45, ''),
|
||||||
pointsbot.level.Level('Master I', 100),
|
pointsbot.level.Level('Master I', 100, ''),
|
||||||
pointsbot.level.Level('Master II', 200),
|
pointsbot.level.Level('Master II', 200, ''),
|
||||||
pointsbot.level.Level('Master III', 300),
|
pointsbot.level.Level('Master III', 300, ''),
|
||||||
pointsbot.level.Level('Master IV', 400),
|
pointsbot.level.Level('Master IV', 400, ''),
|
||||||
pointsbot.level.Level('Master V', 500),
|
pointsbot.level.Level('Master V', 500, ''),
|
||||||
]
|
]
|
||||||
|
|
||||||
testredditors = [MockRedditor('1', 'Tim_the_Sorcerer')]
|
testredditors = [MockRedditor('1', 'Tim_the_Sorcerer')]
|
||||||
|
|||||||
Reference in New Issue
Block a user