From 26dfc0013c874aee4411893c22e8bad4f1b7cdd3 Mon Sep 17 00:00:00 2001 From: Len <40720638+destro174@users.noreply.github.com> Date: Sat, 10 Sep 2022 00:34:53 +0200 Subject: [PATCH] Add an example config. --- example.requests.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 example.requests.yml diff --git a/example.requests.yml b/example.requests.yml new file mode 100644 index 0000000..322beab --- /dev/null +++ b/example.requests.yml @@ -0,0 +1,34 @@ +request: + guild: '776590138296893480' + category: '776590138296893481' + channel: '1017787342561476709' + message: '1017839462111256667' +types: + bug-report: + category: '776590138296893481' + channel: '820222354180800525' + name: Bug report + title: What should the title be? + description: Report a new bug. + message: Describe the bug. + act-request: + category: '776590138296893481' + channel: '820222354180800525' + name: Act request + title: What should the title be? + description: Make a new act request. + message: Describe the act request. + admin-act-request: + category: '776590138296893481' + channel: '820222354180800525' + name: Admin act request + title: What should the title be? + description: Make a new admin act request. + message: Describe the admin act request. + feature-request: + category: '776590138296893481' + channel: '820222354180800525' + name: Feature request + title: What should the title be? + description: Make a new feature request. + message: Describe the feature request.