From b6fa402eed8b0e6c9ca6a6639b1115b893fdb1d1 Mon Sep 17 00:00:00 2001 From: James <85806019+James-Discord@users.noreply.github.com> Date: Sun, 8 Oct 2023 17:43:22 +0100 Subject: [PATCH] its nova not nova ai --- cord/embedder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cord/embedder.py b/cord/embedder.py index 7d51e1d..504aed6 100755 --- a/cord/embedder.py +++ b/cord/embedder.py @@ -23,7 +23,7 @@ async def send( color=color ) - embed.set_footer(text='Powered by NovaAI with ❤️', icon_url='https://i.ibb.co/LDyFcSh/fav-blurple.png') + embed.set_footer(text='Powered by Nova with ❤️', icon_url='https://i.ibb.co/LDyFcSh/fav-blurple.png') embed.set_author(name='NovaCord', url='https://nova-oss.com/novacord') interaction_type = Union[nextcord.Interaction, nextcord.InteractionResponse]