Skip to content

Commit

Permalink
Add screenshot guide
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhsm committed Jun 30, 2022
1 parent 9229fc4 commit 118f663
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions commands/screenshot.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
const { SlashCommandBuilder } = require('@discordjs/builders');

module.exports = {
data: new SlashCommandBuilder()
.setName('screenshot')
.setDescription('How to screenshot 2HOL'),
async execute(interaction) {
return interaction.reply({
content: 'Press: alt + enter to go into windowed mode\nPress: alt + print screen to take a screengrab\nPaste into Paint 3D or equivalent.\nCrop as needed.\n\nTo get back out of windowed mode, press alt + enter again.',
});
},
};

0 comments on commit 118f663

Please sign in to comment.