test
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
import { basicObject, basicObjectStringable, embedObject, LangObj } from '../types';
|
import { basicObject, basicObjectStringable, embedObject, LangObj } from './types';
|
||||||
import { convertBasicObject, template } from '../util';
|
import { convertBasicObject, template } from './util';
|
||||||
import { embedDataType } from './types';
|
import { embedDataType } from './discord/types';
|
||||||
import { embedObjEmbed } from './util';
|
import { embedObjEmbed } from './discord/util';
|
||||||
import Lang, { getLang } from '..';
|
import Lang, { getLang } from '.';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* reads language json as an object (could be embed or just string)
|
* reads language json as an object (could be embed or just string)
|
||||||
@@ -57,9 +57,9 @@ function getEmbed(id: string, argsraw: basicObjectStringable = {}, otherOptions:
|
|||||||
return embedData;
|
return embedData;
|
||||||
}
|
}
|
||||||
|
|
||||||
export * from './types';
|
export * from './discord/types';
|
||||||
export * from './util';
|
export * from './discord/util';
|
||||||
export * from '..';
|
export * from '.';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
...Lang,
|
...Lang,
|
||||||
Reference in New Issue
Block a user