File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ # v2.1.1
78
9+ ### Fixed
10+ - Small bug in close command.
811
912# v2.1.0
1013
Original file line number Diff line number Diff line change 2222SOFTWARE.
2323"""
2424
25- __version__ = '2.1.0 '
25+ __version__ = '2.1.1 '
2626
2727import asyncio
2828import textwrap
@@ -373,7 +373,6 @@ async def validate_api_token(self):
373373 async def data_loop (self ):
374374 await self .wait_until_ready ()
375375 self .owner = (await self .application_info ()).owner
376- print (self .owner )
377376
378377 while True :
379378 data = {
You can’t perform that action at this time.
0 commit comments