From 54743a90b37566581732ea25c36d6a5a2b72be61 Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 22 Jun 2023 01:14:37 -0400 Subject: [PATCH] Add TODO and avatar.json --- TODO.md | 4 ++++ avatar.json | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 TODO.md create mode 100644 avatar.json diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..4d18748 --- /dev/null +++ b/TODO.md @@ -0,0 +1,4 @@ +# TODO +## Rewrite +- [ ] Action Wheel +- [ ] Commands diff --git a/avatar.json b/avatar.json new file mode 100644 index 0000000..d3ddba8 --- /dev/null +++ b/avatar.json @@ -0,0 +1,5 @@ +{ + "name": "Yzum <3", + "author": "NullBite", + "autoScripts": ["script"] +}