forked from engineering/cloudservices
fix emoji in store
parent
2274959f8a
commit
98fdd4f8ab
|
@ -1,5 +1,5 @@
|
||||||
export default {
|
export default {
|
||||||
success: '<:modSuccess:578750988907970567>',
|
success: '<:modSuccess:578750988907970567>',
|
||||||
loading: '<a:modloading:588607353935364106>',
|
loading: '<a:modloading:588607353935364106>',
|
||||||
error: '<:modError:578750737920688128',
|
error: '<:modError:578750737920688128>',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue