mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
10 lines
No EOL
235 B
Python
10 lines
No EOL
235 B
Python
from common import *
|
|
|
|
COMMAND_LIST = [
|
|
MessageCommand("Message info"),
|
|
MessageCommand("Delete message"),
|
|
MessageCommand("Ping message author"),
|
|
]
|
|
|
|
if __name__ == "__main__":
|
|
print(__import__('json').dumps(COMMAND_LIST)) |