diff --git a/discord/__init__.py b/discord/__init__.py index 2ace62c380..305e2eca15 100644 --- a/discord/__init__.py +++ b/discord/__init__.py @@ -4,15 +4,15 @@ A basic wrapper for the Discord API. -:copyright: (c) 2015-present Rapptz +:copyright: (c) 2015-2021 Rapptz & (c) 2021-present Pycord Development :license: MIT, see LICENSE for more details. """ __title__ = 'discord' -__author__ = 'Rapptz' +__author__ = 'Pycord Development' __license__ = 'MIT' -__copyright__ = 'Copyright 2015-present Rapptz' +__copyright__ = 'Copyright 2015-2021 Rapptz & Copyright 2021-present Pycord Development' __version__ = '2.0.0a' __path__ = __import__('pkgutil').extend_path(__path__, __name__) diff --git a/discord/__main__.py b/discord/__main__.py index 4cbd59747d..9e0b7b2081 100644 --- a/discord/__main__.py +++ b/discord/__main__.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/abc.py b/discord/abc.py index 6d06a12d46..61808bbbbe 100644 --- a/discord/abc.py +++ b/discord/abc.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/activity.py b/discord/activity.py index 5120537771..98dd4ac5ae 100644 --- a/discord/activity.py +++ b/discord/activity.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/app/__init__.py b/discord/app/__init__.py index 13d8949a19..78d3517dd7 100644 --- a/discord/app/__init__.py +++ b/discord/app/__init__.py @@ -1,6 +1,7 @@ """ The MIT License (MIT) +Copyright (c) 2015-2021 Rapptz Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a diff --git a/discord/app/commands.py b/discord/app/commands.py index 4685c7eb94..7d2c2ec280 100644 --- a/discord/app/commands.py +++ b/discord/app/commands.py @@ -1,6 +1,7 @@ """ The MIT License (MIT) +Copyright (c) 2015-2021 Rapptz Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a diff --git a/discord/app/context.py b/discord/app/context.py index ac65780c21..61bb2c9c83 100644 --- a/discord/app/context.py +++ b/discord/app/context.py @@ -1,6 +1,7 @@ """ The MIT License (MIT) +Copyright (c) 2015-2021 Rapptz Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a diff --git a/discord/appinfo.py b/discord/appinfo.py index de1f7a73fc..b9d208439a 100644 --- a/discord/appinfo.py +++ b/discord/appinfo.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/asset.py b/discord/asset.py index 25c7264803..dade1397cd 100644 --- a/discord/asset.py +++ b/discord/asset.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/audit_logs.py b/discord/audit_logs.py index 1870620f06..7e09d2c21f 100644 --- a/discord/audit_logs.py +++ b/discord/audit_logs.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/backoff.py b/discord/backoff.py index 903ecf7694..c00b424f13 100644 --- a/discord/backoff.py +++ b/discord/backoff.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/bot.py b/discord/bot.py index 0c91b79116..5d1fcdf9d6 100644 --- a/discord/bot.py +++ b/discord/bot.py @@ -1,6 +1,7 @@ """ The MIT License (MIT) +Copyright (c) 2015-2021 Rapptz Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a diff --git a/discord/channel.py b/discord/channel.py index 44871c6aa5..81f7e3ab39 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/client.py b/discord/client.py index 20e9a629b5..93c4857c42 100644 --- a/discord/client.py +++ b/discord/client.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/colour.py b/discord/colour.py index 8cf52dc2ec..a92593a00c 100644 --- a/discord/colour.py +++ b/discord/colour.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/components.py b/discord/components.py index 74c7be3d0f..b6719e7c1b 100644 --- a/discord/components.py +++ b/discord/components.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/context_managers.py b/discord/context_managers.py index a3ab0d1978..7db421fd82 100644 --- a/discord/context_managers.py +++ b/discord/context_managers.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/embeds.py b/discord/embeds.py index 0ee29981e8..80cc14ac13 100644 --- a/discord/embeds.py +++ b/discord/embeds.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/emoji.py b/discord/emoji.py index 8b51d0fd33..d0324dc96e 100644 --- a/discord/emoji.py +++ b/discord/emoji.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/enums.py b/discord/enums.py index 6d88029166..3f973f243c 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/errors.py b/discord/errors.py index 70a4bc27c5..e699966f6c 100644 --- a/discord/errors.py +++ b/discord/errors.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ext/commands/__init__.py b/discord/ext/commands/__init__.py index 3da57d80b4..9391547558 100644 --- a/discord/ext/commands/__init__.py +++ b/discord/ext/commands/__init__.py @@ -4,7 +4,7 @@ An extension module to facilitate creation of bot commands. -:copyright: (c) 2015-present Rapptz +:copyright: (c) 2015-2021 Rapptz & (c) 2021-present Pycord Development :license: MIT, see LICENSE for more details. """ diff --git a/discord/ext/commands/_types.py b/discord/ext/commands/_types.py index 9b15598709..ec3b89de7b 100644 --- a/discord/ext/commands/_types.py +++ b/discord/ext/commands/_types.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ext/commands/bot.py b/discord/ext/commands/bot.py index 3b2a802d3b..781f4f676c 100644 --- a/discord/ext/commands/bot.py +++ b/discord/ext/commands/bot.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ext/commands/cog.py b/discord/ext/commands/cog.py index 9931557dbc..d1303c8a40 100644 --- a/discord/ext/commands/cog.py +++ b/discord/ext/commands/cog.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ext/commands/context.py b/discord/ext/commands/context.py index 38a24d1db0..df42fca37d 100644 --- a/discord/ext/commands/context.py +++ b/discord/ext/commands/context.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ext/commands/converter.py b/discord/ext/commands/converter.py index 5740a188e4..2f42392e79 100644 --- a/discord/ext/commands/converter.py +++ b/discord/ext/commands/converter.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ext/commands/cooldowns.py b/discord/ext/commands/cooldowns.py index 0b42a9b62b..c906a85a80 100644 --- a/discord/ext/commands/cooldowns.py +++ b/discord/ext/commands/cooldowns.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ext/commands/core.py b/discord/ext/commands/core.py index 35b7e8403f..e52e7ce2ff 100644 --- a/discord/ext/commands/core.py +++ b/discord/ext/commands/core.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ext/commands/errors.py b/discord/ext/commands/errors.py index f5cf0411e8..0830fc8d4d 100644 --- a/discord/ext/commands/errors.py +++ b/discord/ext/commands/errors.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ext/commands/flags.py b/discord/ext/commands/flags.py index b356af342f..e41a3a9904 100644 --- a/discord/ext/commands/flags.py +++ b/discord/ext/commands/flags.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ext/commands/help.py b/discord/ext/commands/help.py index afaacbfb24..bf7616c5cf 100644 --- a/discord/ext/commands/help.py +++ b/discord/ext/commands/help.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ext/commands/view.py b/discord/ext/commands/view.py index a7dc723673..57d6439a5d 100644 --- a/discord/ext/commands/view.py +++ b/discord/ext/commands/view.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ext/tasks/__init__.py b/discord/ext/tasks/__init__.py index 5b78f10e73..0ba154abe6 100644 --- a/discord/ext/tasks/__init__.py +++ b/discord/ext/tasks/__init__.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/file.py b/discord/file.py index 5303e32515..5ba2e7ea98 100644 --- a/discord/file.py +++ b/discord/file.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/flags.py b/discord/flags.py index fb468c50b1..8f757ccf33 100644 --- a/discord/flags.py +++ b/discord/flags.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/gateway.py b/discord/gateway.py index aa0c6ba061..253e49825e 100644 --- a/discord/gateway.py +++ b/discord/gateway.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/guild.py b/discord/guild.py index 7f0a6ba69f..a03713ea1a 100644 --- a/discord/guild.py +++ b/discord/guild.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/http.py b/discord/http.py index e03042eb0c..7a47344191 100644 --- a/discord/http.py +++ b/discord/http.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/integrations.py b/discord/integrations.py index 23d0293038..8548201826 100644 --- a/discord/integrations.py +++ b/discord/integrations.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/interactions.py b/discord/interactions.py index 3664f5df04..58059198b4 100644 --- a/discord/interactions.py +++ b/discord/interactions.py @@ -3,7 +3,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/invite.py b/discord/invite.py index d02fa68088..cb1d1e6cdf 100644 --- a/discord/invite.py +++ b/discord/invite.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/iterators.py b/discord/iterators.py index f725d527ec..d2dc2c9791 100644 --- a/discord/iterators.py +++ b/discord/iterators.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/member.py b/discord/member.py index a8c868d875..9717eddf7a 100644 --- a/discord/member.py +++ b/discord/member.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/mentions.py b/discord/mentions.py index 0516decfcb..81f80f9223 100644 --- a/discord/mentions.py +++ b/discord/mentions.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/message.py b/discord/message.py index 49d0cce187..747d08d49f 100644 --- a/discord/message.py +++ b/discord/message.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/mixins.py b/discord/mixins.py index 32ee222b78..957609bd22 100644 --- a/discord/mixins.py +++ b/discord/mixins.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/object.py b/discord/object.py index 0d147c1223..990dda4553 100644 --- a/discord/object.py +++ b/discord/object.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/oggparse.py b/discord/oggparse.py index e0347d2cba..a360afe7c3 100644 --- a/discord/oggparse.py +++ b/discord/oggparse.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/opus.py b/discord/opus.py index 97d437a363..515fc3db7f 100644 --- a/discord/opus.py +++ b/discord/opus.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/partial_emoji.py b/discord/partial_emoji.py index e2c689e246..2eef74d54c 100644 --- a/discord/partial_emoji.py +++ b/discord/partial_emoji.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/permissions.py b/discord/permissions.py index be0469d46e..fecea827a1 100644 --- a/discord/permissions.py +++ b/discord/permissions.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/player.py b/discord/player.py index 08999a77da..802c921677 100644 --- a/discord/player.py +++ b/discord/player.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/raw_models.py b/discord/raw_models.py index 589e0af079..4cee4e36a7 100644 --- a/discord/raw_models.py +++ b/discord/raw_models.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/reaction.py b/discord/reaction.py index 04eee34279..4372af0e5d 100644 --- a/discord/reaction.py +++ b/discord/reaction.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/role.py b/discord/role.py index 0427ddc3ac..32636add39 100644 --- a/discord/role.py +++ b/discord/role.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/shard.py b/discord/shard.py index edbdebf4f2..3304584c29 100644 --- a/discord/shard.py +++ b/discord/shard.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/stage_instance.py b/discord/stage_instance.py index 479e89f2c3..d5074a0d3c 100644 --- a/discord/stage_instance.py +++ b/discord/stage_instance.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/state.py b/discord/state.py index 4430897196..68e8e1608e 100644 --- a/discord/state.py +++ b/discord/state.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/sticker.py b/discord/sticker.py index b0b5c678d7..15e4ba825c 100644 --- a/discord/sticker.py +++ b/discord/sticker.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/team.py b/discord/team.py index 538aaba198..f6fafb68f0 100644 --- a/discord/team.py +++ b/discord/team.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/template.py b/discord/template.py index 30af3a4d96..cbcb78b74b 100644 --- a/discord/template.py +++ b/discord/template.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/threads.py b/discord/threads.py index 892910d9e1..e0907a9229 100644 --- a/discord/threads.py +++ b/discord/threads.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/__init__.py b/discord/types/__init__.py index caa9706d3e..6ab9eff74c 100644 --- a/discord/types/__init__.py +++ b/discord/types/__init__.py @@ -4,7 +4,7 @@ Typings for the Discord API -:copyright: (c) 2015-present Rapptz +:copyright: (c) 2015-2021 Rapptz & (c) 2021-present Pycord Development :license: MIT, see LICENSE for more details. """ diff --git a/discord/types/activity.py b/discord/types/activity.py index 9d46001e18..431e218995 100644 --- a/discord/types/activity.py +++ b/discord/types/activity.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/appinfo.py b/discord/types/appinfo.py index 912d5ad5d3..ff1db8912a 100644 --- a/discord/types/appinfo.py +++ b/discord/types/appinfo.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/audit_log.py b/discord/types/audit_log.py index 563819fd30..68f7a874a8 100644 --- a/discord/types/audit_log.py +++ b/discord/types/audit_log.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/channel.py b/discord/types/channel.py index a35351e47d..05489cb646 100644 --- a/discord/types/channel.py +++ b/discord/types/channel.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/components.py b/discord/types/components.py index 3d689e8e37..9bf243e19a 100644 --- a/discord/types/components.py +++ b/discord/types/components.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/embed.py b/discord/types/embed.py index b38c9314c3..d92eabfecd 100644 --- a/discord/types/embed.py +++ b/discord/types/embed.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/emoji.py b/discord/types/emoji.py index d54690c144..554e8ad5a8 100644 --- a/discord/types/emoji.py +++ b/discord/types/emoji.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/gateway.py b/discord/types/gateway.py index bcf3e46731..42be89b337 100644 --- a/discord/types/gateway.py +++ b/discord/types/gateway.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/guild.py b/discord/types/guild.py index 5025f1c72f..13bf104053 100644 --- a/discord/types/guild.py +++ b/discord/types/guild.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/integration.py b/discord/types/integration.py index f3ca0f3e57..93653f147f 100644 --- a/discord/types/integration.py +++ b/discord/types/integration.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/interactions.py b/discord/types/interactions.py index b0ce156b1f..1c252d148b 100644 --- a/discord/types/interactions.py +++ b/discord/types/interactions.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/invite.py b/discord/types/invite.py index 50b69bd4a5..5af895ac0d 100644 --- a/discord/types/invite.py +++ b/discord/types/invite.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/member.py b/discord/types/member.py index f1e81c0054..15e7f8ac8f 100644 --- a/discord/types/member.py +++ b/discord/types/member.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/message.py b/discord/types/message.py index 5448a56a45..ea14695f77 100644 --- a/discord/types/message.py +++ b/discord/types/message.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/raw_models.py b/discord/types/raw_models.py index 1a6ed8e934..3eaa329442 100644 --- a/discord/types/raw_models.py +++ b/discord/types/raw_models.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/role.py b/discord/types/role.py index aba7b1bda7..747ee491d8 100644 --- a/discord/types/role.py +++ b/discord/types/role.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/snowflake.py b/discord/types/snowflake.py index 8d8088afab..1d28831570 100644 --- a/discord/types/snowflake.py +++ b/discord/types/snowflake.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/sticker.py b/discord/types/sticker.py index ec6922a8c5..5b1c58006f 100644 --- a/discord/types/sticker.py +++ b/discord/types/sticker.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/team.py b/discord/types/team.py index 918ede6052..d14859c1dd 100644 --- a/discord/types/team.py +++ b/discord/types/team.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/template.py b/discord/types/template.py index 85c6989119..897617830c 100644 --- a/discord/types/template.py +++ b/discord/types/template.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/threads.py b/discord/types/threads.py index 328be13104..d55c8335b6 100644 --- a/discord/types/threads.py +++ b/discord/types/threads.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/user.py b/discord/types/user.py index fba5aef5bf..94eb790964 100644 --- a/discord/types/user.py +++ b/discord/types/user.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/voice.py b/discord/types/voice.py index f9d1df3d03..0321920de3 100644 --- a/discord/types/voice.py +++ b/discord/types/voice.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/webhook.py b/discord/types/webhook.py index c526d750bb..251c314d52 100644 --- a/discord/types/webhook.py +++ b/discord/types/webhook.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/welcome_screen.py b/discord/types/welcome_screen.py index 282a516992..d23b597977 100644 --- a/discord/types/welcome_screen.py +++ b/discord/types/welcome_screen.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/types/widget.py b/discord/types/widget.py index be1c196b0e..e397fefc04 100644 --- a/discord/types/widget.py +++ b/discord/types/widget.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ui/__init__.py b/discord/ui/__init__.py index 9f5a22811b..91e7ecf739 100644 --- a/discord/ui/__init__.py +++ b/discord/ui/__init__.py @@ -4,7 +4,7 @@ Bot UI Kit helper for the Discord API -:copyright: (c) 2015-present Rapptz +:copyright: (c) 2015-2021 Rapptz & (c) 2021-present Pycord Development :license: MIT, see LICENSE for more details. """ diff --git a/discord/ui/button.py b/discord/ui/button.py index fedeac6803..032dd33344 100644 --- a/discord/ui/button.py +++ b/discord/ui/button.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ui/item.py b/discord/ui/item.py index 56cb7b9539..1fb168a6f7 100644 --- a/discord/ui/item.py +++ b/discord/ui/item.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ui/select.py b/discord/ui/select.py index 8479ca157a..0241a3ddde 100644 --- a/discord/ui/select.py +++ b/discord/ui/select.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/ui/view.py b/discord/ui/view.py index 670f05eff5..8f2df9c970 100644 --- a/discord/ui/view.py +++ b/discord/ui/view.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/user.py b/discord/user.py index 57c032ac54..92eb83d992 100644 --- a/discord/user.py +++ b/discord/user.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/utils.py b/discord/utils.py index 0c8d8411e8..7c81bf459b 100644 --- a/discord/utils.py +++ b/discord/utils.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/voice_client.py b/discord/voice_client.py index d382a74d7f..e38d651527 100644 --- a/discord/voice_client.py +++ b/discord/voice_client.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -20,21 +21,6 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - -Some documentation to refer to: - -- Our main web socket (mWS) sends opcode 4 with a guild ID and channel ID. -- The mWS receives VOICE_STATE_UPDATE and VOICE_SERVER_UPDATE. -- We pull the session_id from VOICE_STATE_UPDATE. -- We pull the token, endpoint and server_id from VOICE_SERVER_UPDATE. -- Then we initiate the voice web socket (vWS) pointing to the endpoint. -- We send opcode 0 with the user_id, server_id, session_id and token using the vWS. -- The vWS sends back opcode 2 with an ssrc, port, modes(array) and hearbeat_interval. -- We send a UDP discovery packet to endpoint:port and receive our IP and our port in LE. -- Then we send our IP and port via vWS with opcode 1. -- When that's all done, we receive opcode 4 from the vWS. -- Finally we can transmit data to endpoint:port. """ from __future__ import annotations diff --git a/discord/webhook/__init__.py b/discord/webhook/__init__.py index 8b0e45681b..ce5609b7b1 100644 --- a/discord/webhook/__init__.py +++ b/discord/webhook/__init__.py @@ -4,7 +4,7 @@ Webhook support -:copyright: (c) 2015-present Rapptz +:copyright: (c) 2015-2021 Rapptz & (c) 2021-present Pycord Development :license: MIT, see LICENSE for more details. """ diff --git a/discord/webhook/async_.py b/discord/webhook/async_.py index fb14337e7d..b3c7d26ff5 100644 --- a/discord/webhook/async_.py +++ b/discord/webhook/async_.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/webhook/sync.py b/discord/webhook/sync.py index 5c85a0365a..973bac5fbf 100644 --- a/discord/webhook/sync.py +++ b/discord/webhook/sync.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/welcome_screen.py b/discord/welcome_screen.py index b5b643d18f..f315899b41 100644 --- a/discord/welcome_screen.py +++ b/discord/welcome_screen.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/discord/widget.py b/discord/widget.py index 36b6e3dd53..6c9d26af38 100644 --- a/discord/widget.py +++ b/discord/widget.py @@ -1,7 +1,8 @@ """ The MIT License (MIT) -Copyright (c) 2015-present Rapptz +Copyright (c) 2015-2021 Rapptz +Copyright (c) 2021-present Pycord Development Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),