update references to codey.lol -> codey.horse [new domain]
This commit is contained in:
@@ -17,7 +17,7 @@ class Util:
|
||||
|
||||
def __init__(self) -> None:
|
||||
self.URL_URBANDICTIONARY: str = "http://api.urbandictionary.com/v0/define"
|
||||
self.URL_NO: str = "https://api.codey.lol/misc/no"
|
||||
self.URL_NO: str = "https://api.codey.horse/misc/no"
|
||||
self.URL_INSULTAPI: str = "https://insult.mattbas.org/api/insult"
|
||||
self.COMPLIMENT_GENERATOR = ComplimentGenerator()
|
||||
self.dbs: dict[str, str | LiteralString] = {
|
||||
|
||||
@@ -13,7 +13,7 @@ async def get_now_playing() -> Optional[str]:
|
||||
Returns:
|
||||
str
|
||||
"""
|
||||
np_url: str = "https://api.codey.lol/radio/np"
|
||||
np_url: str = "https://api.codey.horse/radio/np"
|
||||
try:
|
||||
async with ClientSession() as session:
|
||||
async with await session.post(
|
||||
|
||||
Reference in New Issue
Block a user