Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
feat: rename /dev to /sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev committed Jul 1, 2023
1 parent 99d4357 commit 7bf831b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/dev/dev.js → src/commands/dev/sentry.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const fetch = require("node-fetch");
const devSchema = require("../../models/devSchema");

module.exports = {
name: "dev",
description: "Developer Commands",
name: "sentry",
description: "Manage Sentry",
options: [
{
type: 1,
Expand Down

0 comments on commit 7bf831b

Please sign in to comment.