Skip to content

Commit

Permalink
Update linking
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Jan 21, 2024
1 parent 44945b3 commit ef5b907
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion commands/difference.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion commands/minitech.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion commands/solo.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module.exports = {
.setName('solo')
.setDescription('How to play 2HOL solo'),
async execute(interaction) {
return interaction.reply('How to play solo or as a single player\n\nUsing a spawn code is the easiest way to play alone. While you will be on the same map as other players, a spawn code allows you to find an isolated space to play.\n\nSay \"no bb\" in game each life to become infertile. If you decide you\'d like to have children later \"yes bb\" will make you fertile again.\n\nUse /spawncodes to find out more.\n\nIf you want a completely isolated experience you will need to set up your own server, this is a technically advanced process https://github.com/risvh/miniOneLifeCompile');
return interaction.reply('How to play solo or as a single player\n\nUsing a spawn code is the easiest way to play alone. While you will be on the same map as other players, a spawn code allows you to find an isolated space to play. **Say \"no bb\"** in game each life to become infertile. If you decide you\'d like to have children later \"yes bb\" will make you fertile again.\n\nUse /spawncodes to find out more.\n\nIf you want a completely isolated experience you will need to [set up your own server](<https://github.com/risvh/miniOneLifeCompile>), this is a technically advanced process.');
},
};

0 comments on commit ef5b907

Please sign in to comment.