Skip to content

Commit

Permalink
update function name
Browse files Browse the repository at this point in the history
  • Loading branch information
theimperious1 committed Dec 11, 2024
1 parent 1681721 commit 8ff266f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/discord/commands/guild/d.tripsitstats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import getTripSitStatistics from '../../../global/commands/g.tripsitstats';

const F = f(__filename);

export const dKarma: SlashCommand = {
export const dTripsitStats: SlashCommand = {
data: new SlashCommandBuilder()
.setName('tripsit_stats')
.setDescription('Get stats on a feature of TripSit')
Expand Down Expand Up @@ -46,4 +46,4 @@ export const dKarma: SlashCommand = {
},
};

export default dKarma;
export default dTripsitStats;

0 comments on commit 8ff266f

Please sign in to comment.