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/webhook.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'discord/webhook.py') diff --git a/discord/webhook.py b/discord/webhook.py index 513138a5..ae2e65a9 100644 --- a/discord/webhook.py +++ b/discord/webhook.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"), @@ -420,7 +420,7 @@ class Webhook: The default avatar of the webhook. """ - __slots__ = ('id', 'type', 'guild_id', 'channel_id', 'user', 'name', + __slots__ = ('id', 'type', 'guild_id', 'channel_id', 'user', 'name', 'avatar', 'token', '_state', '_adapter') def __init__(self, data, *, adapter, state=None): -- cgit v1.2.3