diff options
author | 2018-10-12 15:38:48 -0700 | |
---|---|---|
committer | 2018-10-12 15:38:48 -0700 | |
commit | 2e71ff8fe3f7482de50b01c917640f21f62a40fe (patch) | |
tree | 1259cb5bdf6b616c1097508bd30bee461d607017 /bot | |
parent | Merge pull request #1 from Refisio/vote-monster-refactor (diff) |
Fixed linting: Multiple imports on single line.
Diffstat (limited to 'bot')
-rw-r--r-- | bot/cogs/monstersurvey.py | 4 | ||||
-rw-r--r-- | bot/resources/monstersurvey/monstersurvey.json | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/bot/cogs/monstersurvey.py b/bot/cogs/monstersurvey.py index 289e56cd..dd19d401 100644 --- a/bot/cogs/monstersurvey.py +++ b/bot/cogs/monstersurvey.py @@ -3,7 +3,9 @@ from asyncio import sleep as asleep from typing import Optional from discord.ext import commands from discord import Embed -import logging, json, os +import logging +import json +import os log = logging.getLogger(__name__) diff --git a/bot/resources/monstersurvey/monstersurvey.json b/bot/resources/monstersurvey/monstersurvey.json index a98870c3..016bda3e 100644 --- a/bot/resources/monstersurvey/monstersurvey.json +++ b/bot/resources/monstersurvey/monstersurvey.json @@ -7,9 +7,11 @@ }, "dracula": { "full_name": "Count Dracula", - "summary": "Count Dracula is an undead, centuries-old vampire, and a Transylvanian nobleman who claims to be a Székely descended from Attila the Hun. He inhabits a decaying castle in the Carpathian Mountains near the Borgo Pass. Unlike the vampires of Eastern European folklore, which are portrayed as repulsive, corpse-like creatures, Dracula wears a veneer of aristocratic charm. In his conversations with Jonathan Harker, he reveals himself as deeply proud of his boyar heritage and nostalgic for the past, which he admits have become only a memory of heroism, honour and valour in modern times.", + "summary": "Count Dracula is an undead, centuries-old vampire, and a Transylvanian nobleman who claims to be a Sz\u00c3\u00a9kely descended from Attila the Hun. He inhabits a decaying castle in the Carpathian Mountains near the Borgo Pass. Unlike the vampires of Eastern European folklore, which are portrayed as repulsive, corpse-like creatures, Dracula wears a veneer of aristocratic charm. In his conversations with Jonathan Harker, he reveals himself as deeply proud of his boyar heritage and nostalgic for the past, which he admits have become only a memory of heroism, honour and valour in modern times.", "image": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/90/Bela_Lugosi_as_Dracula%2C_anonymous_photograph_from_1931%2C_Universal_Studios.jpg/250px-Bela_Lugosi_as_Dracula%2C_anonymous_photograph_from_1931%2C_Universal_Studios.jpg", - "votes": [] + "votes": [ + 224734305581137921 + ] }, "blob": { "full_name": "The Blob", @@ -29,4 +31,4 @@ "image": "https://avatars0.githubusercontent.com/u/24819750?s=460&v=4", "votes": [] } -} +}
\ No newline at end of file |