mirror of
https://github.com/nonebot/nonebot2.git
synced 2026-06-03 19:12:43 +00:00
⚡ improve plugin system (#1011)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import nonebot
|
||||
|
||||
plugin = nonebot.get_plugin("bad_plugin")
|
||||
assert plugin
|
||||
|
||||
x = 1 / 0
|
||||
Reference in New Issue
Block a user