Rename custom.js -> slack.js

This commit is contained in:
GlitchWitch
2023-12-23 10:52:15 -06:00
parent ddbf2c528d
commit 719ba9fc9c
5 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
const moment = require('moment'); const moment = require('moment');
const services = require('../../services/custom'); const services = require('../../services/slack');
const Errors = { const Errors = {
NOT_ENOUGH_RIGHTS: { NOT_ENOUGH_RIGHTS: {

View File

@@ -1,4 +1,4 @@
const services = require('../../services/custom'); const services = require('../../services/slack');
const Errors = { const Errors = {
NOT_ENOUGH_RIGHTS: { NOT_ENOUGH_RIGHTS: {

View File

@@ -1,5 +1,5 @@
const moment = require('moment'); const moment = require('moment');
const services = require('../../services/custom'); const services = require('../../services/slack');
const Errors = { const Errors = {
NOT_ENOUGH_RIGHTS: { NOT_ENOUGH_RIGHTS: {

View File

@@ -1,4 +1,4 @@
const services = require('../../services/custom'); const services = require('../../services/slack');
const Errors = { const Errors = {
NOT_ENOUGH_RIGHTS: { NOT_ENOUGH_RIGHTS: {