From 8c229738f6c9cc9aebf3360c9d6ac8d14714ffbf Mon Sep 17 00:00:00 2001 From: PerchunPak Date: Tue, 28 Jun 2022 11:59:47 +0300 Subject: [PATCH] Update warning about unimplemented Application Permissions v2 https://github.com/hikari-py/hikari/pull/1148 was merged, so we wait now for https://github.com/tandemdude/hikari-lightbulb/pull/259. --- pinger_bot/ext/commands/other.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pinger_bot/ext/commands/other.py b/pinger_bot/ext/commands/other.py index 45c3bf6..d599ee5 100644 --- a/pinger_bot/ext/commands/other.py +++ b/pinger_bot/ext/commands/other.py @@ -2,8 +2,8 @@ .. warning:: This includes some owner-only commands, which will be shown as global. - Waiting for the `hikari-py/hikari#1148 `_ to be merged, - and lightbulb support for those features. + Waiting for the `lightbulb support `_ + for supporting hiding commands from global list (Application Permissions v2). """ import json import pathlib