From b4615af71260fbe5f7a8fddf231c44820ae20b88 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Wed, 18 Aug 2021 00:52:29 +0100 Subject: Move emote in Cloudflare purge --- arthur/exts/cloudflare/zones.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arthur/exts/cloudflare/zones.py') diff --git a/arthur/exts/cloudflare/zones.py b/arthur/exts/cloudflare/zones.py index aadeac9..bad25c7 100644 --- a/arthur/exts/cloudflare/zones.py +++ b/arthur/exts/cloudflare/zones.py @@ -80,7 +80,7 @@ class Zones(commands.Cog): """Command to clear the Cloudflare cache of the specified zone.""" view = ZonesView() await ctx.send( - "Pick which zone(s) that should have their cache purged :cloud_lightning:", + ":cloud: Pick which zone(s) that should have their cache purged", view=view ) -- cgit v1.2.3