From 43eb00ce342aeebc4bc573c569e75747cc0118ec Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Mon, 29 Jan 2024 15:03:31 -0800 Subject: [PATCH] Change emoji to palsphere for pal world --- app/bot.py | 4 ++-- app/requirements.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/bot.py b/app/bot.py index 330e3fa0..2ddc6e8d 100755 --- a/app/bot.py +++ b/app/bot.py @@ -41,7 +41,7 @@ async def on_ready(): 🚀 for Star Citizen -<:pokeball:1201589120133247046> for Palworld +<:palsphere:1201663585596481586> for Palworld 🐀 for Darktide/Vermintide @@ -76,7 +76,7 @@ async def on_raw_reaction_add(payload): "⚙️": "Lethal Gamers", "👽": "Gaylo gamers", "🚔": "Ready or Notters", - "pokeball": "Palworlders", + "palsphere": "Palworlders", } if payload.channel_id == 1026281775984549958: diff --git a/app/requirements.txt b/app/requirements.txt index a950e48d..7c0452bf 100755 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -10,7 +10,6 @@ markovify openai owotext requests -requests-cache wolframalpha yfinance loguru \ No newline at end of file