From 0a417f4828e229516d552d21ac678a8dc150beed Mon Sep 17 00:00:00 2001 From: Deniz Date: Mon, 25 Nov 2019 19:50:20 +0100 Subject: Update PASTE_URL constant to be pydis instead of pythondiscord --- bot/cogs/antimalware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/cogs/antimalware.py b/bot/cogs/antimalware.py index 24ce501c3..72db5bc11 100644 --- a/bot/cogs/antimalware.py +++ b/bot/cogs/antimalware.py @@ -6,7 +6,7 @@ from discord.ext.commands import Bot, Cog from bot.constants import AntiMalware as AntiMalwareConfig, Channels log = logging.getLogger(__name__) -PASTE_URL = "https://paste.pythondiscord.com/" +PASTE_URL = "https://paste.pydis.com/" class AntiMalware(Cog): -- cgit v1.2.3