Added channels, fixed interactions and added guids

This commit is contained in:
ION606
2023-04-04 22:06:12 -04:00
parent 658b45feee
commit 1a048a01db
10 changed files with 240 additions and 119 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import author from '../messages/User.js';
import Guild from './Guild.js'
import { Channel } from '../messages/message.js';
import { Channel } from './Channel.js';
import axios from 'axios';