Update colondeck's location

This commit is contained in:
Juhani Krekelä 2022-03-23 20:41:40 +02:00
parent 7f14036a81
commit 4c30d2939d
1 changed files with 3 additions and 2 deletions

View File

@ -27,6 +27,7 @@ Namespace = namedtuple('Namespace', ['url', 'supports_random'])
deck_namespaces = {
'bslsk05': Namespace('https://dl.puckipedia.com/', False),
'colondeck': Namespace('https://puck.moe/_/cards/', False),
'ahti': Namespace('https://ahti.space/cards/', True)
}
@ -440,7 +441,7 @@ def game(send, notice, voice, devoice, get_event):
deck_add_handler('ahti', 'Base')
deck_add_handler('bslsk05', 'offtopiadeck')
deck_add_handler('bslsk05', 'colondeck')
deck_add_handler('colondeck', 'colondeck')
for _ in range(3):
deck_add_random_handler('ahti')
@ -450,7 +451,7 @@ def game(send, notice, voice, devoice, get_event):
deck_add_handler('ahti', 'Base')
deck_add_handler('bslsk05', 'offtopiadeck')
deck_add_handler('bslsk05', 'colondeck')
deck_add_handler('colondeck', 'colondeck')
elif rest[0] != 'empty':
send('Unknown preset %s' % rest[0])