I despise unicode

This commit is contained in:
nex 2022-11-06 21:44:24 +00:00
parent 1315c05220
commit e2f0ddcf2c

View file

@ -191,7 +191,7 @@ class TimeTableDaySwitcherView(View):
@discord.ui.button(
custom_id="day_after",
emoji="\N{rightwards black arrow}"
emoji="\N{black rightwards arrow}"
)
async def day_after(self, _, interaction: discord.Interaction):
self.mod_date(1)