remove debug role

This commit is contained in:
kageru 2019-11-06 13:39:08 +01:00
parent 9243798bc8
commit 9b2e2a444b

View File

@ -15,10 +15,9 @@ windbeutel = 416184132473847810
cupcake = 416184150404628480
taiyaki = 416184208470310922
cookie = 416184227672096780
debug = 356421819860779018
role_tags = {
'Dango': [dango],
'Windbeutel': [dango, windbeutel, debug],
'Windbeutel': [dango, windbeutel],
'Vanilla Cupcake': [dango, windbeutel, cupcake],
'Taiyaki': [dango, windbeutel, cupcake, taiyaki],
'Erdnussbutterkeks': [dango, windbeutel, cupcake, taiyaki, cookie],
@ -74,7 +73,6 @@ async def feed(target):
latest = await get_post(0)
print(latest)
while True:
print('refreshing')
new = await get_post(0)
if new != latest:
print(new)