Skip to content

Commit

Permalink
[Enhancement] Updated texts for clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Oct 4, 2021
1 parent 79460ad commit 4443b0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commands/Misc/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = {
", "
)}. To get more Information about each category, use ` +
"`" +
`${prefix}help <category>` +
`${prefix}help <category> || <command>` +
"`",
timestamp: new Date(),
footer: {
Expand Down
4 changes: 2 additions & 2 deletions events/guildCreate.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
const { registerSlashCommands } = require("../modules/deploy-commands");

const { prefix } = require("../config.json");
module.exports = {
name: "guildCreate",
async execute(guild) {
if (guild.systemChannel) {
guild.systemChannel.send({
content: `**Thanks for adding me to your server!**\n- I am programmed with discord's latest slash commands feature!\n- to use me just type / and select a command to get started!`,
content: `**Thanks for adding me to your server!**\n- I am programmed with discord's latest slash commands feature!\n- to use me just type / and select a command to get started!\n I also support commands with aliases, type ${prefix}help for more Info.\nTo set a custom prefix, type ${prefix}setup <new prefix>`,
files: ["https://nekos.best/api/v1/cuddle/017.gif"],
});
} else {
Expand Down

0 comments on commit 4443b0a

Please sign in to comment.