summaryrefslogtreecommitdiff
path: root/views/guild_create.js
diff options
context:
space:
mode:
Diffstat (limited to 'views/guild_create.js')
-rw-r--r--views/guild_create.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/guild_create.js b/views/guild_create.js
index 8e7be81..38720e1 100644
--- a/views/guild_create.js
+++ b/views/guild_create.js
@@ -38,7 +38,7 @@ module.exports = class extends View {
// TODO move to super class
async respond() {
this.response = await util.respond(this.msg,
- await this.text(), this.response);
+ await this.text() + "\n" + await this.help(), this.response);
if (!this.hasButtons) {
await util.reactionButtons(this.response,
await this.buttons());