Skip to content

Commit

Permalink
[Enhancement] Rewrote the welcome message and mentioned some importan…
Browse files Browse the repository at this point in the history
…t things
  • Loading branch information
naseif committed Sep 3, 2021
1 parent f446ea2 commit 15aaed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/guildCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
async execute(guild) {
if (guild.systemChannel) {
guild.systemChannel.send({
content: "**Thanks for adding me to your server!**",
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!`,
files: ["https://nekos.best/api/v1/cuddle/017.gif"],
});
} else {
Expand Down

0 comments on commit 15aaed9

Please sign in to comment.