Skip to content

Commit

Permalink
Update xbox.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Unbreak4ble authored Apr 6, 2021
1 parent 6dad1e2 commit 8e32b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports.run = async (client, message, args) => {

if (text.length) {

if (args[0] === 'find') {
if (args[0] === 'profile') {
let ad = {};
const result = await xlj.people.find(text, 1);

Expand Down

0 comments on commit 8e32b86

Please sign in to comment.