Skip to content

Commit

Permalink
chore: merge
Browse files Browse the repository at this point in the history
  • Loading branch information
David Ralph committed Aug 13, 2021
2 parents 4f6efc5 + 6142c48 commit 7bfd602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/haste.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ exports.run = async (client, msg, args) => {
const res = await (await fetch(`${client.config.hasteurl}/documents`, options)).json();

msg.channel.send(`:white_check_mark: | Posted text to Hastebin at this URL: ${client.config.hasteurl}/${res.key}`);
}
};

0 comments on commit 7bfd602

Please sign in to comment.