mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-21 02:44:57 +00:00
style: format code with black
Format code with black
This commit fixes the style issues introduced in 0c19098
according to the output
from Black.
Details: None
This commit is contained in:
parent
0c1909807a
commit
3cf308a34b
4 changed files with 50 additions and 32 deletions
|
@ -11,9 +11,34 @@ DISCORD_GUILD_ID = Object(id=1040757387033849976)
|
|||
DISCORD_TOKEN = get_env_or_error("DISCORD_TOKEN")
|
||||
|
||||
TINYFOX_ANIMALS = [
|
||||
"chi", "bear", "dog", "capy", "caracal", "chee",
|
||||
"yote", "bleat", "dook", "fox", "yeen", "jaguar",
|
||||
"leo", "lynx", "mane", "puma", "poss", "ott",
|
||||
"manul", "marten", "bun", "racc", "wah", "serval",
|
||||
"shiba", "skunk", "snek", "snep", "tig", "woof",
|
||||
"chi",
|
||||
"bear",
|
||||
"dog",
|
||||
"capy",
|
||||
"caracal",
|
||||
"chee",
|
||||
"yote",
|
||||
"bleat",
|
||||
"dook",
|
||||
"fox",
|
||||
"yeen",
|
||||
"jaguar",
|
||||
"leo",
|
||||
"lynx",
|
||||
"mane",
|
||||
"puma",
|
||||
"poss",
|
||||
"ott",
|
||||
"manul",
|
||||
"marten",
|
||||
"bun",
|
||||
"racc",
|
||||
"wah",
|
||||
"serval",
|
||||
"shiba",
|
||||
"skunk",
|
||||
"snek",
|
||||
"snep",
|
||||
"tig",
|
||||
"woof",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue