From c08dae28df10f05cf946045e2467a13f4fa8dca2 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Fri, 25 May 2018 14:06:20 +0800 Subject: [PATCH] changed encoding to utf-8 --- src/cogs/contributors.py | 2 +- src/cogs/example.py | 2 +- src/cogs/fun.py | 2 +- src/cogs/moderation.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cogs/contributors.py b/src/cogs/contributors.py index bba7230..69aca0a 100644 --- a/src/cogs/contributors.py +++ b/src/cogs/contributors.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: -*- +# -*- coding: utf-8 -*- from discord.ext import commands import discord diff --git a/src/cogs/example.py b/src/cogs/example.py index 4a73cbc..0376923 100644 --- a/src/cogs/example.py +++ b/src/cogs/example.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: -*- +# -*- coding: utf-8 -*- from discord.ext import commands import discord diff --git a/src/cogs/fun.py b/src/cogs/fun.py index d066435..ec56b83 100644 --- a/src/cogs/fun.py +++ b/src/cogs/fun.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: -*- +# -*- coding: utf-8 -*- from discord.ext import commands import discord diff --git a/src/cogs/moderation.py b/src/cogs/moderation.py index 4a3af64..d19b8ae 100644 --- a/src/cogs/moderation.py +++ b/src/cogs/moderation.py @@ -1,5 +1,5 @@ #!/usr/bin/python -# -*- coding: -*- +# -*- coding: utf-8 -*- from discord.ext import commands import discord