Browse Source

[commands] Add missing versionadded on StoreChannelConverter

pull/6818/head
Rapptz 4 years ago
parent
commit
421c0cd455
  1. 4
      discord/ext/commands/converter.py

4
discord/ext/commands/converter.py

@ -490,7 +490,9 @@ class StoreChannelConverter(IDConverter):
1. Lookup by ID. 1. Lookup by ID.
2. Lookup by mention. 2. Lookup by mention.
3. Lookup by name 3. Lookup by name.
.. versionadded:: 1.7
""" """
async def convert(self, ctx, argument): async def convert(self, ctx, argument):

Loading…
Cancel
Save