From fadf533066067749c2419ab05363d0f871ec5188 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 13 Aug 2020 19:36:25 -0500 Subject: [PATCH] Generate documentation for new command system --- generate_docs.bat | 3 ++- generate_docs.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/generate_docs.bat b/generate_docs.bat index 29a905e..74a0d25 100644 --- a/generate_docs.bat +++ b/generate_docs.bat @@ -16,4 +16,5 @@ nim doc -o:docs/Nimcordutils.html src/nimcord/nimcordutils.nim nim doc -o:docs/Permission.html src/nimcord/permission.nim nim doc -o:docs/Presence.html src/nimcord/presence.nim nim doc -o:docs/Role.html src/nimcord/role.nim -nim doc -o:docs/User.html src/nimcord/user.nim \ No newline at end of file +nim doc -o:docs/User.html src/nimcord/user.nim +nim doc -o:docs/User.html src/nimcord/commandsystem.nim \ No newline at end of file diff --git a/generate_docs.sh b/generate_docs.sh index 743718d..7d27b7f 100755 --- a/generate_docs.sh +++ b/generate_docs.sh @@ -16,4 +16,5 @@ nim doc -o:docs/Nimcordutils.html src/nimcord/nimcordutils.nim nim doc -o:docs/Permission.html src/nimcord/permission.nim nim doc -o:docs/Presence.html src/nimcord/presence.nim nim doc -o:docs/Role.html src/nimcord/role.nim -nim doc -o:docs/User.html src/nimcord/user.nim \ No newline at end of file +nim doc -o:docs/User.html src/nimcord/user.nim +nim doc -o:docs/User.html src/nimcord/commandsystem.nim \ No newline at end of file