clean: use camel case for class file

This commit is contained in:
2024-02-20 09:29:47 +01:00
parent c143d96443
commit 40a9395340
16 changed files with 21 additions and 21 deletions

View File

@ -1,4 +1,4 @@
import {Message} from "./message.js";
import {Message} from "./Message.js";
class Channel {
constructor(client, channel_id, members_id, messages, reload) {

View File

@ -1,4 +1,4 @@
import {Channel} from "./channel.js";
import {Channel} from "./Channel.js";
class Channels {
constructor(client) {