From 69bdc3a1849407f64ef93bd2e5119e54d6cd2208 Mon Sep 17 00:00:00 2001 From: Nihaal Sangha Date: Fri, 15 Jan 2021 10:28:11 +0000 Subject: Change copyright year to present --- discord/asset.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/asset.py') diff --git a/discord/asset.py b/discord/asset.py index 29a86769..ea457297 100644 --- a/discord/asset.py +++ b/discord/asset.py @@ -3,7 +3,7 @@ """ The MIT License (MIT) -Copyright (c) 2015-2020 Rapptz +Copyright (c) 2015-present Rapptz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -165,7 +165,7 @@ class Asset: format = 'gif' if emoji.animated else static_format return cls(state, '/emojis/{0.id}.{1}'.format(emoji, format)) - + def __str__(self): return self.BASE + self._url if self._url is not None else '' -- cgit v1.2.3