5
packages/embeds/js/src/utils/CorsError.ts
Normal file
5
packages/embeds/js/src/utils/CorsError.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export class CorsError extends Error {
|
||||
constructor(origin: string) {
|
||||
super('This bot can only be executed on ' + origin)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user