From 60716071760b8b6a29f7ec1613def7bbbb468533 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sun, 19 Jan 2020 20:03:00 -0500 Subject: Bump copyright year to 2020 Closes #2510 --- discord/channel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/channel.py') diff --git a/discord/channel.py b/discord/channel.py index 385f91c2..d618c451 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2019 Rapptz +Copyright (c) 2015-2020 Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -775,7 +775,7 @@ class CategoryChannel(discord.abc.GuildChannel, Hashable): overwrites: :class:`dict` A :class:`dict` of target (either a role or a member) to :class:`PermissionOverwrite` to apply to the channel. - + .. versionadded:: 1.3.0 Raises -- cgit v1.2.3