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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ # v2.1.1
7
8
9
+ ### Fixed
10
+ - Small bug in close command.
8
11
9
12
# v2.1.0
10
13
Original file line number Diff line number Diff line change 22
22
SOFTWARE.
23
23
"""
24
24
25
- __version__ = '2.1.0 '
25
+ __version__ = '2.1.1 '
26
26
27
27
import asyncio
28
28
import textwrap
@@ -373,7 +373,6 @@ async def validate_api_token(self):
373
373
async def data_loop (self ):
374
374
await self .wait_until_ready ()
375
375
self .owner = (await self .application_info ()).owner
376
- print (self .owner )
377
376
378
377
while True :
379
378
data = {
You can’t perform that action at this time.
0 commit comments